]> git.saurik.com Git - bison.git/blobdiff - lib/main.c
tables: style changes
[bison.git] / lib / main.c
index 7996c7fb9956a332c8292a932e7932263fbe4f30..2cb880eb715211639ec7652a77a6c9a19eefea61 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
-
-#if HAVE_LOCALE_H
-# include <locale.h>
-#endif
-#if ! HAVE_SETLOCALE
-# define setlocale(Category, Locale)
-#endif
+#include <locale.h>
 
 int yyparse (void);