]> git.saurik.com Git - bison.git/blobdiff - lib/main.c
tests: skip C++ tests that are too demanding for some compilers
[bison.git] / lib / main.c
index 36578517f3a9bfb8b04d3f07a53849971ff51552..651ca9db18348c45b9d7095389829f256e2d48f8 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);