aboutsummaryrefslogtreecommitdiff
path: root/gdb/d-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r--gdb/d-lang.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h
index ca9126b..216fd03 100644
--- a/gdb/d-lang.h
+++ b/gdb/d-lang.h
@@ -54,6 +54,12 @@ struct builtin_d_type
struct type *builtin_dchar;
};
+/* Defined in d-exp.y. */
+
+extern int d_parse (struct parser_state *);
+
+extern void d_error (char *);
+
/* Defined in d-lang.c */
extern const char *d_main_name (void);