Ignore:
Timestamp:
May 29, 2002, 10:51:13 AM (23 years ago)
Author:
umoeller
Message:

Bunch of fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/except.h

    r164 r166  
    154154        #define TRY_LOUD(excptstruct)
    155155    #else
     156        #ifdef __NO_LOUD_EXCEPTION_HANDLERS__
     157            #define TRY_LOUD(e) TRY_QUIET(e)
     158        #else // __NO_LOUD_EXCEPTION_HANDLERS__
    156159        #define TRY_LOUD(excptstruct)                                           \
    157160                {                                                               \
     
    169172                    {
    170173
     174        #endif // __NO_LOUD_EXCEPTION_HANDLERS__
    171175    #endif
    172176
Note: See TracChangeset for help on using the changeset viewer.