From 392a587b0562bfd8561bc15ad2625a4f49f461f0 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 25 May 1999 18:09:09 +0000 Subject: import gdb-1999-05-25 snapshot --- gdb/cp-valprint.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/cp-valprint.c') diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index eeeb79e010..ecec1d900d 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -44,6 +44,8 @@ int static_field_print; /* Controls printing of static fields. */ static struct obstack dont_print_vb_obstack; static struct obstack dont_print_statmem_obstack; +extern void _initialize_cp_valprint PARAMS ((void)); + static void cp_print_static_field PARAMS ((struct type *, value_ptr, GDB_FILE *, int, int, enum val_prettyprint)); -- cgit v1.2.1