Changeset 1845


Ignore:
Timestamp:
Nov 25, 2016, 8:24:36 PM (8 years ago)
Author:
dmik
Message:

dash: Revert r1664 (LIBCx will provide EXCEPTQ support).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified dash/trunk/src/main.c

    r1844 r1845  
    3939#include <fcntl.h>
    4040
    41 #ifdef __OS2__
    42 #define INCL_DOS
    43 #include <os2.h>
    44 #define INCL_LOADEXCEPTQ
    45 #define INCL_FORKEXCEPTQ
    46 #include <exceptq.h>
    47 #endif
    48 
    4941
    5042#include "shell.h"
     
    10294        struct stackmark smark;
    10395        int login;
    104 #ifdef __OS2__
    105         EXCEPTIONREGISTRATIONRECORD xcptRegRec;
    106         LoadExceptq(&xcptRegRec, "I", "dash " VERSION);
    107 #endif
    10896
    10997#ifdef __GLIBC__
     
    198186                _mcleanup();
    199187        }
    200 #endif
    201 #ifdef __OS2__
    202         UninstallExceptq(&xcptRegRec);
    203188#endif
    204189        exitshell();
Note: See TracChangeset for help on using the changeset viewer.