* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 21:52:44 +0000 (14:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 21:52:44 +0000 (14:52 -0700)
commita81d11a3efb4d511c5c34c8983dc6aab5d619ea1
treeb520dcbf5ee7ee4d6d601cbbb3e874265818980c
parent3300e6fd43c4059de955cddc37ec4212dab2b085
* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):

Remove, replacing with the new symbols in lisp.h.  All uses changed.
* fileio.c (make_temp_name):
* filelock.c (lock_file_1, lock_file):
* xdisp.c (message_dolog):
Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
Use pMd etc. instead.
* lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
replacing the pWIDE etc. symbols removed from editfns.c.
src/ChangeLog
src/editfns.c
src/fileio.c
src/filelock.c
src/lisp.h
src/xdisp.c