X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/76bf5102423b4d1597b214f77764075f55b5eb7b..00f5d57533cf74aeeb50bdf3dc70e344befcdfb5:/src/main.c?ds=sidebyside diff --git a/src/main.c b/src/main.c index b3ef70ac..d7a7f65f 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, 2007, 2008 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -35,7 +35,7 @@ #include "getargs.h" #include "gram.h" #include "lalr.h" -#include "muscle_tab.h" +#include "muscle-tab.h" #include "nullable.h" #include "output.h" #include "print.h"