/[global]/global/gnusort/sys2.h
ViewVC logotype

Diff of /global/gnusort/sys2.h

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

revision 1.1 by shigio, Sun Nov 7 12:24:11 2004 UTC revision 1.2 by shigio, Sun Nov 7 23:14:32 2004 UTC
# Line 131  char *alloca (); Line 131  char *alloca ();
131    
132  #define STREQ(a, b) (strcmp ((a), (b)) == 0)  #define STREQ(a, b) (strcmp ((a), (b)) == 0)
133    
134  #ifndef HAVE_DECL_FREE  #if !HAVE_DECL_FREE
135  void free ();  void free ();
136  #endif  #endif
137    
138  #ifndef HAVE_DECL_MALLOC  #if !HAVE_DECL_MALLOC
139  char *malloc ();  char *malloc ();
140  #endif  #endif
141    
142  #ifndef HAVE_DECL_MEMCHR  #if !HAVE_DECL_MEMCHR
143  char *memchr ();  char *memchr ();
144  #endif  #endif
145    
146  #ifndef HAVE_DECL_REALLOC  #if !HAVE_DECL_REALLOC
147  char *realloc ();  char *realloc ();
148  #endif  #endif
149    
150  #ifndef HAVE_DECL_STPCPY  #if !HAVE_DECL_STPCPY
151  # ifndef stpcpy  # ifndef stpcpy
152  char *stpcpy ();  char *stpcpy ();
153  # endif  # endif
154  #endif  #endif
155    
156  #ifndef HAVE_DECL_STRSTR  #if !HAVE_DECL_STRSTR
157  char *strstr ();  char *strstr ();
158  #endif  #endif
159    
160  #ifndef HAVE_DECL_GETENV  #if !HAVE_DECL_GETENV
161  char *getenv ();  char *getenv ();
162  #endif  #endif
163    
164  #ifndef HAVE_DECL_LSEEK  #if !HAVE_DECL_LSEEK
165  off_t lseek ();  off_t lseek ();
166  #endif  #endif
167    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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