X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/68f91d58f15abe21c65a8b4d7022ccb854c857dc..b167e7ba0dd66dca7888782363fc97a3e282f8ef:/lib/main.c diff --git a/lib/main.c b/lib/main.c index 36578517..651ca9db 100644 --- a/lib/main.c +++ b/lib/main.c @@ -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);