1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(gdb_lisp_params): Remove code in #if 0 which is now in emacs.c.

This commit is contained in:
Pavel Janík 2001-10-27 09:20:15 +00:00
parent 798dbe1fc8
commit 4e30ce4259
2 changed files with 5 additions and 20 deletions

View file

@ -1,3 +1,8 @@
2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
emacs.c.
2001-10-27 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (move_it_vertically_backward): Use 2/3 line_height

View file

@ -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