> Accoding to ISO9899(ANSI C) standard, NDEBUG is used for assert.h.
> VC may define/use it some other reasons? I just don't have any idea.

VC defines it for any(!) project you create as a compiler setting ( /D
"NDEBUG" ) (for Release versions, for Debug versions it does  /D "_DEBUG")
As to the reasons... well, who knows? :-)

Cheerio, Marc.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to