- Timestamp:
- Apr 22, 2007, 2:14:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/os2/OS2/REXX/REXX.xs
r3188 r3196 169 169 dSP; 170 170 171 #ifndef __KLIBC__ 171 172 DosSetExceptionHandler(&xreg); 173 #endif 172 174 173 175 ENTER; … … 212 214 LEAVE ; 213 215 216 #ifndef __KLIBC__ 214 217 DosUnsetExceptionHandler(&xreg); 218 #endif 215 219 return rc == 1 ? 0 : 1; /* 0 means SUCCESS */ 216 220 }
Note:
See TracChangeset
for help on using the changeset viewer.