Mercurial > emacs
changeset 26531:a52135fe746e
(enum gdb_lisp_params): Put in #if 0, since it doesn't
work on systems not allowing enumerators > INT_MAX, and it
won't work if EMACS_INT is long long.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 22 Nov 1999 13:17:23 +0000 |
parents | 82384d47a93d |
children | 9692309251b8 |
files | src/lisp.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Nov 22 12:54:38 1999 +0000 +++ b/src/lisp.h Mon Nov 22 13:17:23 1999 +0000 @@ -115,6 +115,10 @@ #define GCTYPEBITS 3 #endif +#if 0 /* This doesn't work on some systems that don't allow enumerators + > INT_MAX, and it won't work for long long EMACS_INT. These + values are now found in emacs.c as EMACS_INT variables. */ + /* Make these values available in GDB, which sees enums but not macros. */ enum gdb_lisp_params @@ -129,6 +133,8 @@ #endif }; +#endif /* 0 */ + #ifndef NO_UNION_TYPE #ifndef WORDS_BIG_ENDIAN