diff options
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index fbd8b69..c8f8aa3 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -45,7 +45,7 @@ extern void c_printstr PARAMS ((GDB_FILE *, char *, unsigned int, int)); extern struct type * c_create_fundamental_type PARAMS ((struct objfile*, int)); -extern struct type ** const (c_builtin_types[]); +extern struct type ** CONST_PTR (c_builtin_types[]); /* These are in c-typeprint.c: */ |