* python/python.c (gdbpy_decode_line): Move cleanup creation out
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 74574e2a3810d71b4669ebd076f1c97891abc125..5cbe34d2e6673d04e32798880c6b2ba14507e861 100644 (file)
@@ -71,11 +71,11 @@ 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,
-                       struct ui_file *, int,
-                       const struct value *,
-                       const struct value_print_options *);
+extern void c_val_print (struct type *, const gdb_byte *,
+                        int, CORE_ADDR,
+                        struct ui_file *, int,
+                        const struct value *,
+                        const struct value_print_options *);
 
 extern void c_value_print (struct value *, struct ui_file *,
                           const struct value_print_options *);
This page took 0.024794 seconds and 4 git commands to generate.