mruby-compiler: revert ce2fdb7; close #6388

The commit was to stop warnings from Visual C but unexpectedly caused
compilation errors on some configuration.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-10-22 14:41:49 +09:00
parent 51fd065722
commit b95ca53e5c
-2
View File
@@ -10,8 +10,6 @@
# define YYDEBUG 1
#endif
#define YYSTACK_USE_ALLOCA 1
#define YYMALLOC
#define YYFREE
#include <ctype.h>
#include <string.h>