]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.12
Spelling fixes.
[gnu-emacs] / src / ChangeLog.12
index 63c7c9df68d39a7b31231a1c9e24e4018ea35afb..07aedadccae5f9374d0d68687e396f36ac8cb9d5 100644 (file)
        now, but we want to make other targets possible.
        * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
        (EMACS_INTPTR, EMACS_UINTPTR): New macros.
-       In the rest of the code, change types of integers that hold casted
+       In the rest of the code, change types of integers that hold casts of
        pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
        replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
        (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.