OS/2 optimized build is totally broke with the THROW stuff - I've opened a bug with the compiler folks

This commit is contained in:
mkaply%us.ibm.com 2002-07-09 16:38:02 +00:00
Родитель 5edab0ee01
Коммит 9644001b34
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4037,7 +4037,7 @@ _MOZ_CPP_EXCEPTIONS=1 ])
# Irix & OSF native compilers do not like exception declarations
# when exceptions are disabled
if test "$_MOZ_CPP_EXCEPTIONS" -o -n "$MIPSPRO_CXX" -o -n "$COMPAQ_CXX"; then
if test "$_MOZ_CPP_EXCEPTIONS" -o -n "$MIPSPRO_CXX" -o -n "$COMPAQ_CXX" -o -n "$VACPP"; then
AC_DEFINE(CPP_THROW_NEW, [])
else
AC_DEFINE(CPP_THROW_NEW, [throw()])