Move duplicated code into new files
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index a1b4456d35b972da3cf25557fd8e3245b56def33..216fd0320869919858607c13a38113ae1f450135 100644 (file)
@@ -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);
@@ -62,6 +68,8 @@ extern char *d_demangle (const char *mangled, int options);
 
 extern const struct builtin_d_type *builtin_d_type (struct gdbarch *);
 
+/* Defined in d-support.c  */
+
 extern const char *d_parse_symbol (struct obstack *, const char *);
 
 /* Defined in d-valprint.c  */
This page took 0.025523 seconds and 4 git commands to generate.