Changeset 265 for trunk/include/helpers/except.h
- Timestamp:
- Nov 21, 2004, 11:18:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/except.h
r166 r265 205 205 } /* end of TRY block */ \ 206 206 else \ 207 { /* exception occur ed: */ \207 { /* exception occurred: */ \ 208 208 DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)&(excptstruct.RegRec2)); 209 209 #endif … … 214 214 #else 215 215 #define END_CATCH() \ 216 } /* end of exception-occur ed block */ \216 } /* end of exception-occurred block */ \ 217 217 } 218 218 #endif
Note:
See TracChangeset
for help on using the changeset viewer.