Index: gdb/c-lang.h |
diff --git a/gdb/c-lang.h b/gdb/c-lang.h |
index 5cbe34d2e6673d04e32798880c6b2ba14507e861..9f8f50df1c99812dda9daf501d8278918cafa440 100644 |
--- a/gdb/c-lang.h |
+++ b/gdb/c-lang.h |
@@ -1,7 +1,6 @@ |
/* C language support definitions for GDB, the GNU debugger. |
- Copyright (C) 1992, 1994-1998, 2000, 2002, 2005-2012 Free Software |
- Foundation, Inc. |
+ Copyright (C) 1992-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -24,6 +23,7 @@ |
struct ui_file; |
struct language_arch_info; |
+struct type_print_options; |
#include "value.h" |
#include "macroexp.h" |
@@ -61,11 +61,12 @@ extern int c_parse (void); |
extern void c_error (char *); |
-extern int c_parse_escape (char **, struct obstack *); |
+extern int c_parse_escape (const char **, struct obstack *); |
/* Defined in c-typeprint.c */ |
extern void c_print_type (struct type *, const char *, |
- struct ui_file *, int, int); |
+ struct ui_file *, int, int, |
+ const struct type_print_options *); |
extern void c_print_typedef (struct type *, |
struct symbol *, |
@@ -110,7 +111,7 @@ 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); |
+ int, int, const struct type_print_options *); |
/* These are in cp-valprint.c */ |