comparison src/lisp.h @ 5936:574f0cded429 cygwin

try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author Henry Thompson <ht@markup.co.uk>
date Sun, 13 Dec 2015 13:22:58 +0000
parents d5eb0914ca1f
children
comparison
equal deleted inserted replaced
5935:d5eb0914ca1f 5936:574f0cded429
486 #ifndef EMACS_UINT 486 #ifndef EMACS_UINT
487 # define EMACS_UINT unsigned EMACS_INT 487 # define EMACS_UINT unsigned EMACS_INT
488 #endif 488 #endif
489 489
490 /* HST added to save space/typing/be more transparent, I hope */ 490 /* HST added to save space/typing/be more transparent, I hope */
491 #define E0 ((EMACS_INT)0)
491 #define E1 ((EMACS_INT)1) 492 #define E1 ((EMACS_INT)1)
493 #define UE0 ((EMACS_UINT)0)
492 #define UE1 ((EMACS_UINT)1) 494 #define UE1 ((EMACS_UINT)1)
493 495
494 #define BITS_PER_EMACS_INT (SIZEOF_EMACS_INT * BITS_PER_CHAR) 496 #define BITS_PER_EMACS_INT (SIZEOF_EMACS_INT * BITS_PER_CHAR)
495 497
496 /* -------------------------- basic byte typedefs --------------------- */ 498 /* -------------------------- basic byte typedefs --------------------- */