x86: allow opcode templates to be templated
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index a02e22dafabbd040fa2d95b4c7e29698e4d84667..c5e1e14299ec8b7d7f422666d8c8740e8489df30 100644 (file)
@@ -1,5 +1,5 @@
 /* YACC parser for Ada expressions, for GDB.
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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);
 }
This page took 0.024039 seconds and 4 git commands to generate.