diff options
author | alon@honor <none@none> | 2010-09-22 19:08:56 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-22 19:08:56 -0700 |
commit | dabe220dcb8f6d82f13a3a5577a375d6b9c7d3f5 (patch) | |
tree | 7a7315fe37ebf31b17e2f1f48d2abf8697c4818c /src/compiler.js | |
parent | 6ed3cfef2fdd09865e83d80046169930be5082c7 (diff) |
disable relooping pending rewrite
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js index 6f514f89..e869f5ab 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -9,7 +9,6 @@ if (!this['read']) { } load('settings.js'); -if (LABEL_DEBUG && RELOOP) throw "Cannot debug labels if they have been relooped!"; load('utility.js'); load('enzymatic.js'); |