diff options
Diffstat (limited to 'gdb/scm-lang.c')
-rw-r--r-- | gdb/scm-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index c54b2c1..16739a0 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -36,7 +36,7 @@ static value_ptr scm_lookup_name PARAMS ((char *)); static int in_eval_c PARAMS ((void)); static void scm_printstr PARAMS ((GDB_FILE *, char *, unsigned int, int)); -extern struct type ** const (c_builtin_types[]); +extern struct type ** CONST_PTR (c_builtin_types[]); struct type *builtin_type_scm; |