aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 7cdf7674..e3d88016 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -77,8 +77,7 @@ displayPreCompilationErrors() ==
postTran: %ParseTree -> %ParseForm
postTran x ==
- x isnt [.,:.] =>
- postAtom x
+ x isnt [.,:.] => postAtom x
op := first x
op is 'QUOTE => x
symbol? op and (f:= property(op,'postTran)) => FUNCALL(f,x)