Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index e6790a4dd8ec100c130901677893dc4176d995e5..f4edef80439dcf4bdc8e8d03b4644354002cb295 100644 (file)
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 int vtblprint;                 /* Controls printing of vtbl's */
 int objectprint;               /* Controls looking up an object's derived type
                                   using what we find in its vtables.  */
-static int static_field_print; /* Controls printing of static fields. */
+int static_field_print;        /* Controls printing of static fields. */
 
 static struct obstack dont_print_vb_obstack;
 static struct obstack dont_print_statmem_obstack;
This page took 0.023281 seconds and 4 git commands to generate.