This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

assert customization


What's the proper way to provide assert customization? It appears that I
might need to provide a definition for 

void _EXFUN(__assert,(const char *, int, const char *));

When I do provide a definition, it isn't called. NDEBUG is not defined, so I
must be including incorrectly.

Thanks!
-- 
View this message in context: http://www.nabble.com/assert-customization-tp19882482p19882482.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]