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.boot4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index eeebbfe0..7cdf7674 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -167,9 +167,7 @@ postAtom x ==
x is 0 => $Zero
x is 1 => $One
x is "," => "%Comma"
- ident? x =>
- niladicConstructor? x => [x]
- normalizeName x
+ ident? x => normalizeName x
x
postBlock: %ParseTree -> %ParseForm