aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
authorChad Austin <chad@imvu.com>2013-01-29 17:42:03 -0800
committerChad Austin <chad@imvu.com>2013-03-04 19:07:43 -0800
commitcc9cc70e87d8f4b00aa869453802bf7eee718a4d (patch)
tree8ba2c08e80aa550ae2fe1b617dbe7b1ca2757c1d /src/compiler.js
parentbd4bc7050b70b71d035327199a18a8e0725d7f1d (diff)
Delete the compiled relooper.js (but allow specification of an arbitrary relooper)
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 1cd09c30..3047daf1 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -199,7 +199,7 @@ load('parseTools.js');
load('intertyper.js');
load('analyzer.js');
load('jsifier.js');
-if (RELOOP) load('relooper.js')
+if (RELOOP) load(RELOOPER)
globalEval(processMacros(preprocess(read('runtime.js'))));
Runtime.QUANTUM_SIZE = QUANTUM_SIZE;