* ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index b1925e1e2d6682810a11beebfa9ebebcf4d020ec..bce77496529e88e92f87c5fd68143e8acf83891f 100644 (file)
 #if !defined (C_LANG_H)
 #define C_LANG_H 1
 
+struct ui_file;
+struct language_arch_info;
+
 #include "value.h"
+#include "macroexp.h"
 
 
 extern int c_parse (void);     /* Defined in c-exp.y */
@@ -49,17 +53,22 @@ extern void c_printstr (struct ui_file * stream, char *string,
                        unsigned int length, int width,
                        int force_ellipses);
 
+extern void scan_macro_expansion (char *expansion);
+extern int scanning_macro_expansion (void);
+extern void finished_macro_expansion (void);
+
+extern macro_lookup_ftype *expression_macro_lookup_func;
+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: */
 
 extern void c_type_print_base (struct type *, struct ui_file *, int, int);
 
-extern void c_type_print_varspec_prefix (struct type *, struct ui_file *,
-                                        int, int);
-
 /* These are in cp-valprint.c */
 
 extern int vtblprint;          /* Controls printing of vtbl's */
This page took 0.024639 seconds and 4 git commands to generate.