From 5e032607d83070ff6968a3fa3eabaf86a0ea2c2e Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 17 Sep 2020 11:43:44 +0800 Subject: fix. --- src/moonp.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/moonp.cpp b/src/moonp.cpp index e9ea5c2..68f7b10 100644 --- a/src/moonp.cpp +++ b/src/moonp.cpp @@ -24,8 +24,6 @@ using namespace std::string_view_literals; #include "ghc/fs_std.hpp" #include "linenoise.hpp" -#define MOONP_COMPILER_ONLY - #ifndef MOONP_NO_MACRO #define _DEFER(code,line) std::shared_ptr _defer_##line(nullptr, [&](auto){code;}) #define DEFER(code) _DEFER(code,__LINE__) -- cgit v1.2.3-55-g6feb