Changeset 166 for trunk/include/helpers/except.h
- Timestamp:
- May 29, 2002, 10:51:13 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/except.h
r164 r166 154 154 #define TRY_LOUD(excptstruct) 155 155 #else 156 #ifdef __NO_LOUD_EXCEPTION_HANDLERS__ 157 #define TRY_LOUD(e) TRY_QUIET(e) 158 #else // __NO_LOUD_EXCEPTION_HANDLERS__ 156 159 #define TRY_LOUD(excptstruct) \ 157 160 { \ … … 169 172 { 170 173 174 #endif // __NO_LOUD_EXCEPTION_HANDLERS__ 171 175 #endif 172 176
Note:
See TracChangeset
for help on using the changeset viewer.