X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d424de14c0385012d328642bec6874c8e6cef17..b51cf830a6cb513ca8e357321307997672d6d6b0:/lib/main.c 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);