diff options
Diffstat (limited to 'gdb/ch-lang.c')
-rw-r--r-- | gdb/ch-lang.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index d56a2dc..cf63257 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -26,6 +26,7 @@ #include "parser-defs.h" #include "language.h" #include "ch-lang.h" +#include "valprint.h" extern void _initialize_chill_language PARAMS ((void)); @@ -127,8 +128,6 @@ chill_printstr (stream, string, length, width, force_ellipses) int in_control_form = 0; int need_slashslash = 0; unsigned int c; - extern int repeat_count_threshold; - extern int print_max; if (length == 0) { |