2011-02-28 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / p-lang.h
index 0ea2fc9cfa5d55b3fc0a3f98c2c895a14e885472..a5ecb37b01c9cf403930270a246f63c762083ba6 100644 (file)
@@ -1,6 +1,6 @@
 /* Pascal language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009, 2010
+   Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -30,7 +30,8 @@ extern int pascal_parse (void);       /* Defined in p-exp.y */
 extern void pascal_error (char *);     /* Defined in p-exp.y */
 
 /* Defined in p-typeprint.c */
-extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
+extern void pascal_print_type (struct type *, const char *, struct ui_file *,
+                              int, int);
 
 extern void pascal_print_typedef (struct type *, struct symbol *,
                                  struct ui_file *);
@@ -69,6 +70,7 @@ extern void
   pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
 
 extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
+                                             int,
                                              CORE_ADDR, struct ui_file *,
                                              int,
                                              const struct value *,
This page took 0.023591 seconds and 4 git commands to generate.