(STRING_TO_UNSIGNED): Remove.
[pspp] / lib / xstrtoul.c
1 #define __strtol strtoul
2 #define __strtol_t unsigned long int
3 #define __xstrtol xstrtoul
4 #include "xstrtol.c"