Add tests for Ada changes
[deliverable/binutils-gdb.git] / gdb / macroscope.c
index f3845047767a5e33fd9ff6828a9e2226d481a04d..9a1e7fe633bef24e68b6b2b1f0ad8b4784093d5e 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions for deciding which macros are currently in scope.
-   Copyright (C) 2002-2019 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
    This file is part of GDB.
@@ -152,8 +152,9 @@ standard_macro_lookup (const char *name, void *baton)
   return result;
 }
 
+void _initialize_macroscope ();
 void
-_initialize_macroscope (void)
+_initialize_macroscope ()
 {
   macro_user_macros = new_macro_table (NULL, NULL, NULL);
   macro_set_main (macro_user_macros, "<user-defined>");
This page took 0.024291 seconds and 4 git commands to generate.