Create dwarf2/attribute.[ch]
[binutils-gdb.git] / gdb / ada-exp.y
index 01b5c238750932f635f8c696673ab8eb26e04c58..c5e1e14299ec8b7d7f422666d8c8740e8489df30 100644 (file)
@@ -1456,8 +1456,9 @@ type_system_address (struct parser_state *par_state)
   return  type != NULL ? type : parse_type (par_state)->builtin_data_ptr;
 }
 
+void _initialize_ada_exp ();
 void
-_initialize_ada_exp (void)
+_initialize_ada_exp ()
 {
   obstack_init (&temp_parse_space);
 }