Add GPL copyright notices to uncopyrighted files.
[deliverable/binutils-gdb.git] / gdb / valprint.h
index a6a3cfa7dc7f9dcea49d533c5eeec4449a7d0937..5bea657b2031e23a6f7fde98d645ea250d7aeeaa 100644 (file)
@@ -31,6 +31,11 @@ extern int objectprint;              /* Controls looking up an object's derived type
 
 extern unsigned int print_max; /* Max # of chars for strings/vectors */
 
+/* Print repeat counts if there are more than this many repetitions of an
+   element in an array.  Referenced by the low level language dependent
+   print routines. */
+extern unsigned int repeat_count_threshold;
+
 extern int output_format;
 
 extern int stop_print_at_null; /* Stop printing at null char? */
This page took 0.023081 seconds and 4 git commands to generate.