diff options
Diffstat (limited to 'src/interp/nrungo.boot')
-rw-r--r-- | src/interp/nrungo.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/nrungo.boot b/src/interp/nrungo.boot index 16470b1e..968f4c09 100644 --- a/src/interp/nrungo.boot +++ b/src/interp/nrungo.boot @@ -35,6 +35,9 @@ import '"c-util" )package "BOOT" +++ +$insideCompileBodyIfTrue := false + --======================================================= -- Lookup From Interpreter --======================================================= |