X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e30ede87a1c39c53842a6a747ecd9f7484d92a5..f038e56cdc211396f54f138e95693d0906d6fafa:/lib/main.c?ds=sidebyside diff --git a/lib/main.c b/lib/main.c index 9566c5d5..651ca9db 100644 --- a/lib/main.c +++ b/lib/main.c @@ -1,6 +1,6 @@ /* Yacc library main function. - Copyright (C) 2002, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -18,13 +18,7 @@ along with this program. If not, see . */ #include - -#if HAVE_LOCALE_H -# include -#endif -#if ! HAVE_SETLOCALE -# define setlocale(Category, Locale) -#endif +#include int yyparse (void);