diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index c5ed1980d7c..4227b168c6b 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6882,4 +6882,7 @@ union | |||
| 6882 | enum MAX_ALLOCA MAX_ALLOCA; | 6882 | enum MAX_ALLOCA MAX_ALLOCA; |
| 6883 | enum More_Lisp_Bits More_Lisp_Bits; | 6883 | enum More_Lisp_Bits More_Lisp_Bits; |
| 6884 | enum pvec_type pvec_type; | 6884 | enum pvec_type pvec_type; |
| 6885 | #if USE_LSB_TAG | ||
| 6886 | enum lsb_bits lsb_bits; | ||
| 6887 | #endif | ||
| 6885 | } const EXTERNALLY_VISIBLE gdb_make_enums_visible = {0}; | 6888 | } const EXTERNALLY_VISIBLE gdb_make_enums_visible = {0}; |