summaryrefslogtreecommitdiff
path: root/lib/imaxtostr.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-10-22 12:42:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-10-22 12:42:59 -0700
commit7b0ac33694003a54d2b370f11b17248060e3ed17 (patch)
treee2c9f502d5e999a4ae2ae9288e3eca27b235fe63 /lib/imaxtostr.c
parentba6c03ba1a75ab19506e823d7a1d2f7daa70821b (diff)
downloadgnulib-7b0ac33694003a54d2b370f11b17248060e3ed17.tar.gz
inttostr: revert most-recent change
Diffstat (limited to 'lib/imaxtostr.c')
-rw-r--r--lib/imaxtostr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imaxtostr.c b/lib/imaxtostr.c
index b91ac98c4e..d2a0429b0d 100644
--- a/lib/imaxtostr.c
+++ b/lib/imaxtostr.c
@@ -1,3 +1,4 @@
#define anytostr imaxtostr
#define inttype intmax_t
+#define inttype_is_signed 1
#include "anytostr.c"