Remove printmax_t etc.

printmax_t etc. were needed only for platforms that lacked
support for printing intmax_t.  These platforms are now so
obsolete that they are no longer practical porting targets.
* src/image.c (gs_load): Fix unlikely buffer overrun
discovered while making these changes.  It was introduced in
2011-07-17T00:34:43!eggert@cs.ucla.edu.
* src/lisp.h (printmax_t, uprintmax_t, pMd, pMu, pMx):
Remove.  All uses replaced by their standard counterparts
intmax_t, uintmax_t, PRIdMAX, PRIuMAX, PRIxMAX.
1 job for master in 6 minutes and 31 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Test
failed #2406
test-all

00:06:31

 
Name Stage Failure
failed
test-all Test
make[2]: *** [editfns.o] Error 1
make[1]: *** [src] Error 2
Makefile:402: recipe for target 'editfns.o' failed
make[2]: Leaving directory '/builds/emacs/emacs/src'
Makefile:424: recipe for target 'src' failed
make[1]: Leaving directory '/builds/emacs/emacs'
Makefile:1117: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 2
ERROR: Job failed: exit code 1