• Paul Eggert's avatar
    Use typedef for EMACS_INT, EMACS_UINT. · 71f88e00
    Paul Eggert authored
    * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
    than macros.  This simplifies debugging in the usual case, since
    it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
    and it allows expressions involving EMACS_INT casts.
    * .gdbinit (xreload): Simplify by using EMACS_INT cast.
    71f88e00
.gdbinit 28.9 KB