* c-lang.h, cp-valprint.c (static_field_print): Make non-static.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index c7b2f552c3ce15ba82e6f52b3d6dbf77283a229f..e38df8eb8db2e9d54de50d857426240a2b59f077 100644 (file)
@@ -59,6 +59,8 @@ c_type_print_varspec_prefix PARAMS ((struct type *, GDB_FILE *, int, int));
 
 extern int vtblprint;          /* Controls printing of vtbl's */
 
+extern int static_field_print;
+
 extern void
 cp_print_class_member PARAMS ((char *, struct type *, GDB_FILE *, char *));
 
This page took 0.029784 seconds and 4 git commands to generate.