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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index eaaa254d..264bcdc8 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -177,7 +177,7 @@ postAtom x ==
x=0 => $Zero
x=1 => $One
x='T => "T$" -- rename T in spad code to T$
- ident? x and niladicConstructorFromDB x => [x]
+ ident? x and niladicConstructor? x => [x]
x="," => "%Comma"
x = "^" => "**" -- always use `**' internally for exponentiation
x