* language.h (language_defn): Add new la_post_parser field.
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index c84fcad2c1f093d1d96992cccbbbec1f3afd2bb1..43a07c37466b6f1f9bcd9599dd15e0813c706876 100644 (file)
@@ -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.  */
 
This page took 0.024157 seconds and 4 git commands to generate.