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

version 1.2, 1994/12/16 18:14:58 version 1.3, 1994/12/16 18:22:32
Line 21  Cambridge, MA 02139, USA.  */ Line 21  Cambridge, MA 02139, USA.  */
 #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

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>