+2020-03-13 Tom Tromey <tom@tromey.com>
+
+ * p-valprint.c (pascal_object_print_value_fields): Now static.
+ * p-lang.h (pascal_object_print_value_fields): Don't declare.
+
2020-03-13 Tom Tromey <tom@tromey.com>
* c-valprint.c (c_val_print_array): Simplify.
pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int,
const struct type_print_options *);
-extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
- LONGEST,
- CORE_ADDR, struct ui_file *,
- int,
- struct value *,
- const struct value_print_options *,
- struct type **, int);
-
extern int pascal_object_is_vtbl_ptr_type (struct type *);
extern int pascal_object_is_vtbl_member (struct type *);
#include "cli/cli-style.h"
\f
+static void pascal_object_print_value_fields (struct type *, const gdb_byte *,
+ LONGEST,
+ CORE_ADDR, struct ui_file *,
+ int,
+ struct value *,
+ const struct value_print_options *,
+ struct type **, int);
+
/* Decorations for Pascal. */
static const struct generic_val_print_decorations p_decorations =
DONT_PRINT is an array of baseclass types that we
should not print, or zero if called from top level. */
-void
+static void
pascal_object_print_value_fields (struct type *type, const gdb_byte *valaddr,
LONGEST offset,
CORE_ADDR address, struct ui_file *stream,