diff options
| author | Pavel Janík | 2001-10-27 09:20:15 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-27 09:20:15 +0000 |
| commit | 4e30ce42596d3b10e10e0e684badd92ed866696d (patch) | |
| tree | da64bfaf03a9e53ee227dba048cc53905dbad0b8 /src/lisp.h | |
| parent | 798dbe1fc86e34dbf9d5c57c856f186ab4a3eb70 (diff) | |
| download | emacs-4e30ce42596d3b10e10e0e684badd92ed866696d.tar.gz emacs-4e30ce42596d3b10e10e0e684badd92ed866696d.zip | |
(gdb_lisp_params): Remove code in #if 0 which is now in emacs.c.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 20 |
1 files changed, 0 insertions, 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 | |||
| 162 | #define GCTYPEBITS 3 | 162 | #define GCTYPEBITS 3 |
| 163 | #endif | 163 | #endif |
| 164 | 164 | ||
| 165 | #if 0 /* This doesn't work on some systems that don't allow enumerators | ||
| 166 | > INT_MAX, and it won't work for long long EMACS_INT. These | ||
| 167 | values are now found in emacs.c as EMACS_INT variables. */ | ||
| 168 | |||
| 169 | /* Make these values available in GDB, which sees enums but not macros. */ | ||
| 170 | |||
| 171 | enum gdb_lisp_params | ||
| 172 | { | ||
| 173 | gdb_valbits = VALBITS, | ||
| 174 | gdb_gctypebits = GCTYPEBITS, | ||
| 175 | gdb_emacs_intbits = sizeof (EMACS_INT) * BITS_PER_CHAR, | ||
| 176 | #ifdef DATA_SEG_BITS | ||
| 177 | gdb_data_seg_bits = DATA_SEG_BITS | ||
| 178 | #else | ||
| 179 | gdb_data_seg_bits = 0 | ||
| 180 | #endif | ||
| 181 | }; | ||
| 182 | |||
| 183 | #endif /* 0 */ | ||
| 184 | |||
| 185 | #ifndef NO_UNION_TYPE | 165 | #ifndef NO_UNION_TYPE |
| 186 | 166 | ||
| 187 | #ifndef WORDS_BIG_ENDIAN | 167 | #ifndef WORDS_BIG_ENDIAN |