CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/24 03:13:18
Modified files:
gnu/gcc/libstdc++-v3/libsupc++: exception_defines.h
Log message:
define __throw_exception_again to something, so that g++ -fno-exceptions
does not throw warnings for stuff like
if ()
__throw_exception_again;
which does happen in its own fucking headers.
builds of qt3 should no longer warn...
okay millert@, no objection kettenis@
