2003-06-08 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / macrotab.c
index 1432847a8e62b78fd6918485cd7c7edd6b3bdb02..4f0761d7dec4f5bbd2701ac1468d67a3644c58ca 100644 (file)
@@ -123,7 +123,7 @@ macro_bcache_str (struct macro_table *t, const char *s)
 
 /* Free a possibly bcached object OBJ.  That is, if the macro table T
    has a bcache, it's an error; otherwise, xfree OBJ.  */
-void
+static void
 macro_bcache_free (struct macro_table *t, void *obj)
 {
   gdb_assert (! t->bcache);
This page took 0.024015 seconds and 4 git commands to generate.