X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0e021770cc023c6a2e7ae132a3aab55bc7cbc058..9b33de72cd2469bedac2b5f0a48a8782571ea9db:/src/main.c diff --git a/src/main.c b/src/main.c index 610d2c4e..d64f9219 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* Top level entry point of Bison. Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002, 2004, - 2005, 2006 Free Software Foundation, Inc. + 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -46,6 +46,7 @@ #include "reduce.h" #include "scan-code.h" #include "scan-gram.h" +#include "scan-skel.h" #include "symtab.h" #include "tables.h" #include "uniqstr.h" @@ -175,6 +176,7 @@ main (int argc, char *argv[]) muscle_free (); uniqstrs_free (); code_scanner_free (); + skel_scanner_free (); quotearg_free (); timevar_pop (TV_FREE);