changeset 40368:395355a51e28

(gdb_lisp_params): Remove code in #if 0 which is now in emacs.c.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 27 Oct 2001 09:18:35 +0000
parents 62d084b48d74
children 23e0bbeed1fc
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sat Oct 27 08:55:04 2001 +0000
+++ b/src/lisp.h	Sat Oct 27 09:18:35 2001 +0000
@@ -162,26 +162,6 @@
 #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