X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fp-lang.h;h=39eb0435f09c0e9a03e8ea2d124656ccb8c0d2a4;hb=7bda5e4ae2bdb120b4f4c6e7a4fa18b84f108813;hp=c03e6324ad122f39f9ecb5329445211e30b01aa0;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/p-lang.h b/gdb/p-lang.h index c03e6324ad..39eb0435f0 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -19,9 +19,7 @@ /* This file is derived from c-lang.h */ -#ifdef __STDC__ /* Forward decls for prototypes */ struct value; -#endif extern int pascal_parse (void); /* Defined in p-exp.y */ @@ -40,6 +38,9 @@ extern void pascal_type_print_method_args (char *, char *, /* These are in p-lang.c: */ +extern int + is_pascal_string_type (struct type *, int *, int *, int *, int *, char **); + extern void pascal_printchar (int, struct ui_file *); extern void pascal_printstr (struct ui_file *, char *, unsigned int, int, int);