X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fumaxtostr.c;h=7fd995084e76157d6cd60dae4dc0cbb3e4e7f7d9;hb=d0ed135f8b494a0adf869a311c7bdc1d9d03f050;hp=914f388d1b323d67486c1a9b478d4f6c2419efd2;hpb=c74c2411db5f3bf06848008c0d121a23fd31cf91;p=pspp diff --git a/lib/umaxtostr.c b/lib/umaxtostr.c index 914f388d1b..7fd995084e 100644 --- a/lib/umaxtostr.c +++ b/lib/umaxtostr.c @@ -1,4 +1,4 @@ -#define inttostr umaxtostr +#define anytostr umaxtostr #define inttype uintmax_t #define inttype_is_signed 0 -#include "inttostr.c" +#include "anytostr.c"