X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/38609c34559fb86f2fb827dfed929ba9c396dc6f..ea99d6e6a02a06bd63e788393fd42cde5cb1fa71:/lib/main.c
diff --git a/lib/main.c b/lib/main.c
index 13cd9f46..651ca9db 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -1,6 +1,6 @@
/* Yacc library main function.
- Copyright (C) 2002, 2009 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);