X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e141f4d4bb6584bfbf13003047a2e48e9a6eab6a..a9733794bb48f9d0779df47229210e5cb30d02a4:/lib/main.c
diff --git a/lib/main.c b/lib/main.c
index 028194a0..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);