aboutsummaryrefslogtreecommitdiff
path: root/src/interp/spad-parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/spad-parser.boot')
-rw-r--r--src/interp/spad-parser.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/spad-parser.boot b/src/interp/spad-parser.boot
index 5ded2a11..e2a33476 100644
--- a/src/interp/spad-parser.boot
+++ b/src/interp/spad-parser.boot
@@ -1060,8 +1060,7 @@ translateSpad x ==
$e: local := $EmptyEnvironment
$genSDVar: local := 0
$previousTime: local := TEMPUS_-FUGIT()
- $compilerOptions: local := nil
- $backend: local := function printBackendDecl
+ $backend: local := function(x +-> PRINT_-FULL(x,$OutputStream))
compileParseTree x
--%