diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index a5ecb37..c284c1d 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -49,7 +49,7 @@ extern void pascal_type_print_method_args (char *, char *, /* These are in p-lang.c: */ -extern int +extern int is_pascal_string_type (struct type *, int *, int *, int *, struct type **, char **); |