* solib-svr4.c (svr4_truncate_ptr): New function.
[deliverable/binutils-gdb.git] / gdb / p-lang.h
index c03e6324ad122f39f9ecb5329445211e30b01aa0..ca8a0a9de6664a3cbd60b9b5f78606dfc39d07d1 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,8 @@ 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*);
+
 extern void pascal_printchar (int, struct ui_file *);
 
 extern void pascal_printstr (struct ui_file *, char *, unsigned int, int, int);
This page took 0.025425 seconds and 4 git commands to generate.