gdb/ChangeLog:
authorJim Blandy <jimb@codesourcery.com>
Wed, 25 Oct 2006 21:26:41 +0000 (21:26 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 25 Oct 2006 21:26:41 +0000 (21:26 +0000)
2006-10-25  Jim Blandy  <jimb@codesourcery.com>

* p-valprint.c (pascal_object_print_value): Add 'static' keyword
to function definition, to match declaration earlier in file.

gdb/ChangeLog
gdb/p-valprint.c

index bd5e67d1434c3aec6075f7f4debfb636f6aca790..26954c821586f6f0c434cacd745790133b6c816a 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-25  Jim Blandy  <jimb@codesourcery.com>
+
+       * p-valprint.c (pascal_object_print_value): Add 'static' keyword
+       to function definition, to match declaration earlier in file.
+
 2006-10-21  Paul Brook  <paul@codesourcery.com>
 
        * remote.c (remote_fetch_registers): Fix error message.
index 9eef4f7d9a0cfc0eee22fa226e82d2413f96e536..33b797451ecdd49c7e063323916a02d7925b9357 100644 (file)
@@ -915,7 +915,7 @@ pascal_object_print_value_fields (struct type *type, const gdb_byte *valaddr,
 /* Special val_print routine to avoid printing multiple copies of virtual
    baseclasses.  */
 
-void
+static void
 pascal_object_print_value (struct type *type, const gdb_byte *valaddr,
                           CORE_ADDR address, struct ui_file *stream,
                           int format, int recurse,
This page took 0.026542 seconds and 4 git commands to generate.