Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: gdb/c-lang.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/c-exp.y ('k') | gdb/c-lang.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/c-lang.h
diff --git a/gdb/c-lang.h b/gdb/c-lang.h
index e8c632f4ce5768473aa5ae1a4d0e904359f43b88..5cbe34d2e6673d04e32798880c6b2ba14507e861 100644
--- a/gdb/c-lang.h
+++ b/gdb/c-lang.h
@@ -71,14 +71,14 @@ 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 int c_value_print (struct value *, struct ui_file *,
- 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 *);
/* These are in c-lang.c: */
« no previous file with comments | « gdb/c-exp.y ('k') | gdb/c-lang.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698