gdb smob cleanups
[deliverable/binutils-gdb.git] / gdb / language.c
index ae0fa15f6eda557e53eebe3d7811f5f8fa5b70d7..d5502f2adde6bc32dacc3226ed4e02ea859b98da 100644 (file)
@@ -50,7 +50,7 @@ extern void _initialize_language (void);
 
 static void unk_lang_error (char *);
 
-static int unk_lang_parser (void);
+static int unk_lang_parser (struct parser_state *);
 
 static void show_check (char *, int);
 
@@ -694,7 +694,7 @@ default_get_string (struct value *value, gdb_byte **buffer, int *length,
 /* Define the language that is no language.  */
 
 static int
-unk_lang_parser (void)
+unk_lang_parser (struct parser_state *ps)
 {
   return 1;
 }
This page took 0.024285 seconds and 4 git commands to generate.