view lib/xstrtoul.c @ 5548:b8dd75cdd3a8

(YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend the stack.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 24 Dec 2004 05:29:20 +0000
parents 33e8f958b651
children
line wrap: on
line source

#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
#define STRTOL_T_MINIMUM 0
#define STRTOL_T_MAXIMUM ULONG_MAX
#include "xstrtol.c"