Mercurial > hg > xemacs-beta
diff src/compiler.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 | 308d34e9f07d |
children |
line wrap: on
line diff
--- a/src/compiler.h Sat Dec 12 21:49:31 2015 +0000 +++ b/src/compiler.h Sun Dec 13 13:22:58 2015 +0000 @@ -333,4 +333,9 @@ lvalue, so you can assign to it or take its address. */ #define VOIDP_CAST(l) ANSI_ALIASING_CAST (voidp, l) +#ifndef E1 +/* HST added this, lives in lisp.h but needed in regex.c which includes this instead + of that for lib-src */ +#define E1 ((EMACS_INT)1) +#endif #endif /* INCLUDED_compiler_h */