X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fimaxtostr.c;h=34ef96c4500968aad3d3972894dbd014d20ef274;hb=e9b552cf52b6200633c335b19a2f703f72f8683a;hp=5e87ad526f50ffc3116757d5cdd0eefc85d4ae99;hpb=100a8e01f28671dd2f73a1541b1bbd15c9590947;p=gnulib.git diff --git a/lib/imaxtostr.c b/lib/imaxtostr.c index 5e87ad526..34ef96c45 100644 --- a/lib/imaxtostr.c +++ b/lib/imaxtostr.c @@ -1,3 +1,4 @@ #define inttostr imaxtostr #define inttype intmax_t +#define inttype_is_signed 1 #include "inttostr.c"