Enable bfd_assembler by default for the MAXQ port.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 7d7cd03a55771645d94c1d217a54e904af3d550b..bce77496529e88e92f87c5fd68143e8acf83891f 100644 (file)
@@ -23,6 +23,9 @@
 #if !defined (C_LANG_H)
 #define C_LANG_H 1
 
+struct ui_file;
+struct language_arch_info;
+
 #include "value.h"
 #include "macroexp.h"
 
@@ -59,7 +62,8 @@ extern void *expression_macro_lookup_baton;
 
 extern struct type *c_create_fundamental_type (struct objfile *, int);
 
-extern struct type **const (c_builtin_types[]);
+extern void c_language_arch_info (struct gdbarch *gdbarch,
+                                 struct language_arch_info *lai);
 
 /* These are in c-typeprint.c: */
 
This page took 0.023539 seconds and 4 git commands to generate.