• Paul Eggert's avatar
    * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide): · a81d11a3
    Paul Eggert authored
    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.
    a81d11a3
xdisp.c 817 KB