=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/c99/inttypes/t-strumx.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -p -u -r1.1 -r1.1.2.1 --- djgpp/tests/libc/c99/inttypes/t-strumx.c 2002/12/15 09:31:13 1.1 +++ /cvs/djgpp/djgpp/tests/libc/c99/inttypes/t-strumx.c 2015/06/06 15:25:05 1.1.2.1 @@ -8,7 +8,7 @@ int main (void) { const uintmax_t i = UINTMAX_MAX; - intmax_t res; + uintmax_t res; char buf[64]; char *p = NULL;