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

Diff of /gcl/binutils/libiberty/strerror.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.  --Per Bothner.  */     This file is in the public domain.  --Per Bothner.  */
4    
 #include "ansidecl.h"  
 #include "libiberty.h"  
   
5  #include "config.h"  #include "config.h"
6    
7  #ifdef HAVE_SYS_ERRLIST  #ifdef HAVE_SYS_ERRLIST
# Line 17  Line 14 
14  #define sys_errlist sys_errlist__  #define sys_errlist sys_errlist__
15  #endif  #endif
16    
17    #include "ansidecl.h"
18    #include "libiberty.h"
19    
20  #include <stdio.h>  #include <stdio.h>
21  #include <errno.h>  #include <errno.h>
22    
# Line 462  static int num_error_names = 0; Line 462  static int num_error_names = 0;
462    
463  #ifndef HAVE_SYS_ERRLIST  #ifndef HAVE_SYS_ERRLIST
464    
465    #define sys_nerr sys_nerr__
466    #define sys_errlist sys_errlist__
467  static int sys_nerr;  static int sys_nerr;
468  static const char **sys_errlist;  static const char **sys_errlist;
469    
# Line 472  extern char *sys_errlist[]; Line 474  extern char *sys_errlist[];
474    
475  #endif  #endif
476    
   
477  /*  /*
478    
479  NAME  NAME

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