make the __cxa_call_terminate() proto match the definitionFrom dt71 at gmx.com via FreeBSDRequired to build with recent versions of clang.
define __throw_exception_again to something, so that g++ -fno-exceptionsdoes not throw warnings for stuff likeif () __throw_exception_again;which does happen in its own fucking headers.builds o
define __throw_exception_again to something, so that g++ -fno-exceptionsdoes not throw warnings for stuff likeif () __throw_exception_again;which does happen in its own fucking headers.builds of qt3 should no longer warn...okay millert@, no objection kettenis@
show more ...
import of gcc-4.2.1, the last gcc release under GPLv2