diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-21 12:12:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-21 12:12:13 -0700 |
commit | a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch) | |
tree | f382d740123da83c6f212cae2ecfcbd6555060e4 /lib/strtoumax.c | |
parent | d78050d6bab1f1add4284163b8fc474495ac6580 (diff) | |
download | emacs-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.c | 2 |
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" |