D language support.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 423cee05899c2b8680aa0aa6b66f4ac309d90812..c2cdd5661b1983712490d2f7cd81c382f119be0d 100644 (file)
@@ -87,6 +87,11 @@ extern void c_printstr (struct ui_file * stream, struct type *elttype,
 extern void c_language_arch_info (struct gdbarch *gdbarch,
                                  struct language_arch_info *lai);
 
+extern const struct exp_descriptor exp_descriptor_c;
+
+extern void c_emit_char (int c, struct type *type,
+                        struct ui_file *stream, int quoter);
+
 /* These are in c-typeprint.c: */
 
 extern void c_type_print_base (struct type *, struct ui_file *, int, int);
This page took 0.024824 seconds and 4 git commands to generate.