summaryrefslogtreecommitdiff
path: root/lib/strtoumax.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-21 12:12:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-21 12:12:13 -0700
commita8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch)
treef382d740123da83c6f212cae2ecfcbd6555060e4 /lib/strtoumax.c
parentd78050d6bab1f1add4284163b8fc474495ac6580 (diff)
downloademacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.gz
emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.bz2
emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.zip
* Makefile.in (GNULIB_MODULES): Add strtoumax.
Diffstat (limited to 'lib/strtoumax.c')
-rw-r--r--lib/strtoumax.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c
new file mode 100644
index 00000000000..dc395d626ab
--- /dev/null
+++ b/lib/strtoumax.c
@@ -0,0 +1,2 @@
+#define UNSIGNED 1
+#include "strtoimax.c"