diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 2bf28d0568c..ccf2f93f93c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -87,7 +87,7 @@ EMACS_INT gdb_emacs_intbits = sizeof (EMACS_INT) * BITS_PER_CHAR; | |||
| 87 | #ifdef DATA_SEG_BITS | 87 | #ifdef DATA_SEG_BITS |
| 88 | EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; | 88 | EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; |
| 89 | #else | 89 | #else |
| 90 | EMACS_INT gdb_data_seg_bits = 0; | 90 | EMACS_INT gdb_data_seg_bits = 0; |
| 91 | #endif | 91 | #endif |
| 92 | EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; | 92 | EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; |
| 93 | 93 | ||