diff options
Diffstat (limited to 'gdb/parser-defs.h')
-rw-r--r-- | gdb/parser-defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 5d2ee331c05..a607eea2493 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -214,7 +214,8 @@ enum type_pieces tp_const, tp_volatile, tp_space_identifier, - tp_type_stack + tp_type_stack, + tp_kind }; /* The stack can contain either an enum type_pieces or an int. */ union type_stack_elt |