diff options
Diffstat (limited to 'src/MoonP/moon_compiler.h')
-rw-r--r-- | src/MoonP/moon_compiler.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/MoonP/moon_compiler.h b/src/MoonP/moon_compiler.h index cb1990c..0739a59 100644 --- a/src/MoonP/moon_compiler.h +++ b/src/MoonP/moon_compiler.h | |||
@@ -20,10 +20,7 @@ const char* moonScriptVersion(); | |||
20 | struct MoonConfig { | 20 | struct MoonConfig { |
21 | bool lintGlobalVariable = false; | 21 | bool lintGlobalVariable = false; |
22 | bool implicitReturnRoot = true; | 22 | bool implicitReturnRoot = true; |
23 | bool reserveLineNumber = false; | 23 | bool reserveLineNumber = true; |
24 | bool spaceOverTab = false; | ||
25 | bool reuseVariable = false; | ||
26 | bool allowExprNotInTheEndOfBody = false; | ||
27 | }; | 24 | }; |
28 | 25 | ||
29 | struct GlobalVar { | 26 | struct GlobalVar { |