/[gcl]/gcl/binutils/libiberty/strsignal.c
ViewVC logotype

Diff of /gcl/binutils/libiberty/strsignal.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:30 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:10:43 2005 UTC
# Line 2  Line 2 
2     Written by Fred Fish.  fnf@cygnus.com     Written by Fred Fish.  fnf@cygnus.com
3     This file is in the public domain.  */     This file is in the public domain.  */
4    
5    #include "config.h"
6  #include "ansidecl.h"  #include "ansidecl.h"
7  #include "libiberty.h"  #include "libiberty.h"
8    
 #include "config.h"  
   
9  /* We need to declare sys_siglist, because even if the system provides  /* We need to declare sys_siglist, because even if the system provides
10     it we can't assume that it is declared in <signal.h> (for example,     it we can't assume that it is declared in <signal.h> (for example,
11     SunOS provides sys_siglist, but it does not declare it in any     SunOS provides sys_siglist, but it does not declare it in any
# Line 42  extern PTR memset (); Line 41  extern PTR memset ();
41  #undef sys_nsig  #undef sys_nsig
42    
43  #ifndef NULL  #ifndef NULL
44  #  ifdef __STDC__  #  ifdef ANSI_PROTOTYPES
45  #    define NULL (void *) 0  #    define NULL (void *) 0
46  #  else  #  else
47  #    define NULL 0  #    define NULL 0

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26