]> git.saurik.com Git - bison.git/blobdiff - src/output.c
Add -Wother so -Wnone suppresses all warnings.
[bison.git] / src / output.c
index 6b29e5c056cd337fbe045ddce49b5e147b054728..d62b8f0b43cc2a328d4071ad80c99841b56b97a3 100644 (file)
@@ -1,7 +1,7 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2011 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -249,6 +249,7 @@ prepare_rules (void)
   free (r2);
   free (dprec);
   free (merger);
+  free (immediate);
 }
 
 /*--------------------------------------------.