doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / xstrtoull.c
index 2f2d83c..10dda50 100644 (file)
@@ -2,5 +2,5 @@
 #define __strtol_t unsigned long long int
 #define __xstrtol xstrtoull
 #define STRTOL_T_MINIMUM 0
-#define STRTOL_T_MAXIMUM ULONG_LONG_MAX
+#define STRTOL_T_MAXIMUM ULLONG_MAX
 #include "xstrtol.c"