From b95ca53e5c26354395c790cc5ec5dc3f45ba5d2b Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 22 Oct 2024 14:41:49 +0900 Subject: [PATCH] mruby-compiler: revert ce2fdb7; close #6388 The commit was to stop warnings from Visual C but unexpectedly caused compilation errors on some configuration. --- mrbgems/mruby-compiler/core/parse.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index 8ec816a3b..e5e5d3d6d 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -10,8 +10,6 @@ # define YYDEBUG 1 #endif #define YYSTACK_USE_ALLOCA 1 -#define YYMALLOC -#define YYFREE #include #include