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 4f1295c..30ca763 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -41,7 +41,7 @@ static void scm_printstr (struct ui_file * stream, char *string, unsigned int length, int width, int force_ellipses); -extern struct type **CONST_PTR (c_builtin_types[]); +extern struct type **const (c_builtin_types[]); struct type *builtin_type_scm; |