I noticed in a few places that the XML_DEBUG token was being incorrectly
used like this:

        #if XML_DEBUG

instead of like this:

        #if defined(XML_DEBUG)

Probably not life threatening, but incorrect and trivial to change.

--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to