]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.h
Fix push parsing memory leak reported by Brandon Lucia at
[bison.git] / src / scan-skel.h
index a7e14c38d141284ae66c921724c58b069aff0b1c..7e05906724289c81088733a4e923761e63c5ae01 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -26,3 +26,4 @@ extern FILE *skel_in;
 extern FILE *skel_out;
 extern int skel__flex_debug;
 extern int skel_lineno;
+void skel_scanner_free (void);