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 80bac6d4..7a5ae403 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -181,7 +181,7 @@ postAtom: %Atom -> %ParseForm
postAtom x ==
x=0 => $Zero
x=1 => $One
- EQ(x,'T) => "T$" -- rename T in spad code to T$
+ x='T => "T$" -- rename T in spad code to T$
IDENTP x and niladicConstructorFromDB x => [x]
x="," => "%Comma"
x = "^" => "**" -- always use `**' internally for exponentiation