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 | |
| 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')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in | ||
| 4 | emacs.c. | ||
| 5 | |||
| 1 | 2001-10-27 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-10-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (move_it_vertically_backward): Use 2/3 line_height | 8 | * 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 | |||
| 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 |