summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb/parser-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/parser-defs.h')
-rw-r--r--gnu/usr.bin/binutils/gdb/parser-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/parser-defs.h b/gnu/usr.bin/binutils/gdb/parser-defs.h
index c84fcad2c1f..43a07c37466 100644
--- a/gnu/usr.bin/binutils/gdb/parser-defs.h
+++ b/gnu/usr.bin/binutils/gdb/parser-defs.h
@@ -172,6 +172,8 @@ extern char *op_name_standard (enum exp_opcode);
extern struct type *follow_types (struct type *);
+extern void null_post_parser (struct expression **, int);
+
/* During parsing of a C expression, the pointer to the next character
is in this variable. */