diff options
Diffstat (limited to 'gdb/parser-defs.h')
-rw-r--r-- | gdb/parser-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 60c12e6..fed5411 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -133,6 +133,9 @@ pop_type PARAMS ((void)); extern int pop_type_int PARAMS ((void)); +extern int +length_of_subexp PARAMS ((struct expression *, int)); + extern struct type *follow_types PARAMS ((struct type *)); /* During parsing of a C expression, the pointer to the next character |