You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Dean Roddey <dr...@portal.com> on 2001/06/11 20:09:18 UTC

Some incorrect conditional tokens

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
droddey@portal.com



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org