* Makefile.in (VERSION): Bump to 4.7.4.
[deliverable/binutils-gdb.git] / gdb / defs.h
index 34d47f7a2db08a04f988a435f1d1bd684f8be148..8495050744e6d4ffcdb94ddb444f54dee59c7cd6 100644 (file)
@@ -358,6 +358,20 @@ enum language
    language_m2                 /* Modula-2 */
 };
 
+/* Possibilities for prettyprint parameters to routines which print
+   things.  Like enum language, this should be in value.h, but needs
+   to be here for the same reason.  FIXME:  If we can eliminate this
+   as an arg to LA_VAL_PRINT, then we can probably move it back to
+   value.h. */
+
+enum val_prettyprint
+{
+  Val_no_prettyprint = 0,
+  Val_prettyprint,
+  /* Use the default setting which the user has specified.  */
+  Val_pretty_default
+};
+
 \f
 /* Host machine definition.  This will be a symlink to one of the
    xm-*.h files, built by the `configure' script.  */
This page took 0.024376 seconds and 4 git commands to generate.