2004-02-12 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / p-lang.h
index c03e6324ad122f39f9ecb5329445211e30b01aa0..39eb0435f09c0e9a03e8ea2d124656ccb8c0d2a4 100644 (file)
@@ -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);
This page took 0.026613 seconds and 4 git commands to generate.