aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdcc/files/patch-aa
blob: 509e0815a7607253f483278c396f2fbbfaaf5517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -c -r ../sdcc218Ma.orig/cpp/cpplib.c cpp/cpplib.c
*** ../sdcc218Ma.orig/cpp/cpplib.c	Wed May 26 15:06:08 1999
--- cpp/cpplib.c	Wed Aug 25 12:51:57 1999
***************
*** 7452,7458 ****
  #if defined(bsd4_4)
  extern const char *const sys_errlist[];
  #else
! #if !defined(linux)
  extern char *sys_errlist[];
  #endif
  #endif
--- 7452,7458 ----
  #if defined(bsd4_4)
  extern const char *const sys_errlist[];
  #else
! #if !defined(linux) && !defined(__FreeBSD__)
  extern char *sys_errlist[];
  #endif
  #endif