2010-12-31 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index dc571a41083a15ff17a752819517d422c0675d6d..831ffffff260fd2c4f04145b3da2b96d7ce733d2 100644 (file)
@@ -64,12 +64,15 @@ extern void c_error (char *);
 extern int c_parse_escape (char **, struct obstack *);
 
 /* Defined in c-typeprint.c */
-extern void c_print_type (struct type *, const char *, struct ui_file *, int,
-                         int);
+extern void c_print_type (struct type *, const char *,
+                         struct ui_file *, int, int);
 
-extern void c_print_typedef (struct type *, struct symbol *, struct ui_file *);
+extern void c_print_typedef (struct type *,
+                            struct symbol *,
+                            struct ui_file *);
 
-extern int c_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
+extern int c_val_print (struct type *, const gdb_byte *,
+                       int, CORE_ADDR,
                        struct ui_file *, int,
                        const struct value *,
                        const struct value_print_options *);
@@ -80,14 +83,18 @@ extern int c_value_print (struct value *, struct ui_file *,
 /* These are in c-lang.c: */
 
 extern struct value *evaluate_subexp_c (struct type *expect_type,
-                                        struct expression *exp, int *pos,
-                                        enum noside noside);
+                                       struct expression *exp,
+                                       int *pos,
+                                       enum noside noside);
 
 extern void c_printchar (int, struct type *, struct ui_file *);
 
-extern void c_printstr (struct ui_file * stream, struct type *elttype,
-                       const gdb_byte *string, unsigned int length,
-                       const char *user_encoding, int force_ellipses,
+extern void c_printstr (struct ui_file * stream,
+                       struct type *elttype,
+                       const gdb_byte *string,
+                       unsigned int length,
+                       const char *user_encoding,
+                       int force_ellipses,
                        const struct value_print_options *options);
 
 extern void c_language_arch_info (struct gdbarch *gdbarch,
@@ -102,7 +109,8 @@ extern const struct op_print c_op_print_tab[];
 
 /* These are in c-typeprint.c: */
 
-extern void c_type_print_base (struct type *, struct ui_file *, int, int);
+extern void c_type_print_base (struct type *, struct ui_file *,
+                              int, int);
 
 /* These are in cp-valprint.c */
 
This page took 0.025797 seconds and 4 git commands to generate.