Ignore:
Timestamp:
Oct 7, 2007, 7:33:41 PM (18 years ago)
Author:
bird
Message:

trap.c ++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/error.c

    r1207 r1208  
    119119                exraise(psh, EXINT);
    120120        else {
    121                 sh_signal(psh, SIGINT, SIG_DFL);
     121                sh_signal(psh, SIGINT, SH_SIG_DFL);
    122122                sh_raise_sigint(psh);/*raise(psh, SIGINT);*/
    123123        }
Note: See TracChangeset for help on using the changeset viewer.