Changeset 1845
- Timestamp:
- Nov 25, 2016, 8:24:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified dash/trunk/src/main.c ¶
r1844 r1845 39 39 #include <fcntl.h> 40 40 41 #ifdef __OS2__42 #define INCL_DOS43 #include <os2.h>44 #define INCL_LOADEXCEPTQ45 #define INCL_FORKEXCEPTQ46 #include <exceptq.h>47 #endif48 49 41 50 42 #include "shell.h" … … 102 94 struct stackmark smark; 103 95 int login; 104 #ifdef __OS2__105 EXCEPTIONREGISTRATIONRECORD xcptRegRec;106 LoadExceptq(&xcptRegRec, "I", "dash " VERSION);107 #endif108 96 109 97 #ifdef __GLIBC__ … … 198 186 _mcleanup(); 199 187 } 200 #endif201 #ifdef __OS2__202 UninstallExceptq(&xcptRegRec);203 188 #endif 204 189 exitshell();
Note:
See TracChangeset
for help on using the changeset viewer.