Add command support for Guile.
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 455c808345d9839f9f509c858a4453ef168182ec..ca9126b0f7c7c786500e6042741535dc526c922b 100644 (file)
@@ -62,6 +62,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.023862 seconds and 4 git commands to generate.