From 4e30ce42596d3b10e10e0e684badd92ed866696d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 27 Oct 2001 09:20:15 +0000 Subject: [PATCH] (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. --- src/ChangeLog | 5 +++++ src/lisp.h | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c07d5e673e0..c3168c51b60 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-27 Pavel Jan,Bm(Bk + + * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in + emacs.c. + 2001-10-27 Gerd Moellmann * xdisp.c (move_it_vertically_backward): Use 2/3 line_height 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.39.5