From 37c6087cb9f4a6e9e5c5ef451a181e1cb855b376 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 27 Oct 2001 09:18:35 +0000 Subject: [PATCH] (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. --- src/lisp.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 942bd5e9815..3def7204734 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -162,26 +162,6 @@ enum Lisp_Misc_Type #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 -{ - gdb_valbits = VALBITS, - gdb_gctypebits = GCTYPEBITS, - gdb_emacs_intbits = sizeof (EMACS_INT) * BITS_PER_CHAR, -#ifdef DATA_SEG_BITS - gdb_data_seg_bits = DATA_SEG_BITS -#else - gdb_data_seg_bits = 0 -#endif -}; - -#endif /* 0 */ - #ifndef NO_UNION_TYPE #ifndef WORDS_BIG_ENDIAN -- 2.11.4.GIT