Changeset 3196 for trunk


Ignore:
Timestamp:
Apr 22, 2007, 2:14:39 PM (18 years ago)
Author:
bird
Message:

Missed two xreg uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/os2/OS2/REXX/REXX.xs

    r3188 r3196  
    169169    dSP;
    170170
     171#ifndef __KLIBC__
    171172    DosSetExceptionHandler(&xreg);
     173#endif   
    172174
    173175    ENTER;
     
    212214    LEAVE ;
    213215
     216#ifndef __KLIBC__
    214217    DosUnsetExceptionHandler(&xreg);
     218#endif   
    215219    return rc == 1 ? 0 : 1;                     /* 0 means SUCCESS */
    216220}
Note: See TracChangeset for help on using the changeset viewer.