Move duplicated code into new files
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 455c808345d9839f9f509c858a4453ef168182ec..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,10 @@ 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  */
 
 extern void d_val_print (struct type *type, const gdb_byte *valaddr,
This page took 0.023829 seconds and 4 git commands to generate.