summaryrefslogtreecommitdiff
path: root/gl/lib/xdectoumax.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/xdectoumax.c')
-rw-r--r--gl/lib/xdectoumax.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gl/lib/xdectoumax.c b/gl/lib/xdectoumax.c
new file mode 100644
index 000000000..412ddf962
--- /dev/null
+++ b/gl/lib/xdectoumax.c
@@ -0,0 +1,6 @@
+#define __xdectoint xdectoumax
+#define __xnumtoint xnumtoumax
+#define __xdectoint_t uintmax_t
+#define __xstrtol xstrtoumax
+#define __xdectoint_signed 0
+#include "xdectoint.c"