PARAMS elimination.
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index e1136a7de3e45131986af91ba0551a22f8d1286c..8b938107ad46ebabbaac6d60763c13be2608f8f2 100644 (file)
 #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));
+extern void _initialize_m2_language (void);
+static struct type *m2_create_fundamental_type (struct objfile *, int);
 static void m2_printstr (struct ui_file * stream, char *string,
                         unsigned int length, int width,
                         int force_ellipses);
@@ -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.024932 seconds and 4 git commands to generate.