gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / lib / strtoumax.c
index c89537e..dc395d6 100644 (file)
@@ -1,2 +1,2 @@
-#define STRTOUXMAX_UNSIGNED
-#include "strtoxmax.c"
+#define UNSIGNED 1
+#include "strtoimax.c"