* gdb.base/help.exp (help source): Update expected output.
[deliverable/binutils-gdb.git] / gdb / macroscope.c
index c27785a9c99153abace4054cfcf3fd643092a970..0344301c3eefebf84d67dca18a1e072b9165493a 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions for deciding which macros are currently in scope.
-   Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
    This file is part of GDB.
@@ -151,6 +151,8 @@ standard_macro_lookup (const char *name, void *baton)
   return result;
 }
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_macroscope;
 
 void
 _initialize_macroscope (void)
This page took 0.023525 seconds and 4 git commands to generate.