[gforth] / gforth / Attic / strsignal.c  

gforth: gforth/Attic/strsignal.c

Diff for /gforth/Attic/strsignal.c between version 1.4 and 1.5

version 1.4, Sat Dec 23 16:22:00 1995 UTC version 1.5, Sat Dec 23 17:31:10 1995 UTC
Line 28 
Line 28 
   static char errbuf[16];    static char errbuf[16];
   
 #if defined(HAVE_SYS_SIGLIST) && defined(NSIG)  #if defined(HAVE_SYS_SIGLIST) && defined(NSIG)
     extern char *sys_siglist[];
   
   if (sig>0 && sig<NSIG)    if (sig>0 && sig<NSIG)
     return sys_siglist[sig];      return sys_siglist[sig];
 #endif  #endif


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help