Fix problems introduced with my last change.
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index e1136a7de3e45131986af91ba0551a22f8d1286c..64e07cca44e57e0a49c76a8812a49e6ff923fc92 100644 (file)
@@ -26,6 +26,7 @@
 #include "language.h"
 #include "m2-lang.h"
 #include "c-lang.h"
+#include "valprint.h"
 
 extern void _initialize_m2_language PARAMS ((void));
 static struct type *m2_create_fundamental_type PARAMS ((struct objfile *, int));
@@ -124,8 +125,6 @@ m2_printstr (stream, string, length, width, force_ellipses)
   int in_quotes = 0;
   int need_comma = 0;
   extern int inspect_it;
-  extern int repeat_count_threshold;
-  extern int print_max;
 
   if (length == 0)
     {
This page took 0.024933 seconds and 4 git commands to generate.