/[make]/make/make.h
ViewVC logotype

Diff of /make/make.h

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

revision 1.115 by psmith, Sat Jun 25 23:00:17 2005 UTC revision 1.116 by psmith, Mon Jun 27 01:01:07 2005 UTC
# Line 276  extern void bzero PARAMS ((char *, int)) Line 276  extern void bzero PARAMS ((char *, int))
276  extern void bcopy PARAMS ((const char *b1, char *b2, int));  extern void bcopy PARAMS ((const char *b1, char *b2, int));
277  # endif  # endif
278    
 #endif  /* ANSI_STRING.  */  
 #undef  ANSI_STRING  
   
279  /* SCO Xenix has a buggy macro definition in <string.h>.  */  /* SCO Xenix has a buggy macro definition in <string.h>.  */
280  #undef  strerror  #undef  strerror
281    #if !defined(__DECC)
 #if !defined(ANSI_STRING) && !defined(__DECC)  
282  extern char *strerror PARAMS ((int errnum));  extern char *strerror PARAMS ((int errnum));
283  #endif  #endif
284    
285    #endif  /* !ANSI_STRING.  */
286    #undef  ANSI_STRING
287    
288  #if HAVE_INTTYPES_H  #if HAVE_INTTYPES_H
289  # include <inttypes.h>  # include <inttypes.h>
290  #endif  #endif

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

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