C++ PATCH to restore __EXCEPTIONS

Benjamin Kosnik bkoz@redhat.com
Mon Feb 12 14:30:00 GMT 2001


Even with this patch, __EXCEPTIONS is still not being defined.

#ifdef __EXCEPTIONS
#warning exceptions
#else
#warning noooo
#endif

gives...

warning:nooooo


-benjamin




More information about the Gcc-patches mailing list