From 3c5b154a9bea4a42db5ad3dd14a77382b839f3fc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 28 Jan 2020 01:32:06 +0800 Subject: fix again. --- src/MoonP/moon_compiler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/MoonP/moon_compiler.cpp b/src/MoonP/moon_compiler.cpp index 6173389..f18fb16 100644 --- a/src/MoonP/moon_compiler.cpp +++ b/src/MoonP/moon_compiler.cpp @@ -1944,6 +1944,8 @@ private: transformStatement(static_cast(node), temp); } out.push_back(join(temp)); + } else { + out.push_back(Empty); } } -- cgit v1.2.3-55-g6feb