[gforth] / gforth / Attic / strtol.c  

gforth: gforth/Attic/strtol.c

Diff for /gforth/Attic/strtol.c between version 1.2 and 1.3

version 1.2, Fri Dec 16 18:14:58 1994 UTC version 1.3, Fri Dec 16 18:22:32 1994 UTC
Line 21 
Line 21 
 #include <limits.h>  #include <limits.h>
 #include <stddef.h>  #include <stddef.h>
 #include <stdlib.h>  #include <stdlib.h>
   /* errno.h is needed on SunOS 4.1.2 */
   #include <errno.h>
   
 #ifndef UNSIGNED  #ifndef UNSIGNED
 #define UNSIGNED        0  #define UNSIGNED        0


Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help