aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-14 08:53:35 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-14 08:53:35 +0000
commit095703f8cc7439cddda478b12667c5ac8264b6d5 (patch)
treecc7a8dc987cd91ec29082900cac30c28e339b20b /src/boot/tokens.boot.pamphlet
parent80f5cef01abdaee3b8c818ea07f534570e94c6d4 (diff)
downloadopen-axiom-095703f8cc7439cddda478b12667c5ac8264b6d5.tar.gz
more work toward removing depsys
Diffstat (limited to 'src/boot/tokens.boot.pamphlet')
-rw-r--r--src/boot/tokens.boot.pamphlet3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/tokens.boot.pamphlet b/src/boot/tokens.boot.pamphlet
index 482729a8..4f2405c1 100644
--- a/src/boot/tokens.boot.pamphlet
+++ b/src/boot/tokens.boot.pamphlet
@@ -461,7 +461,7 @@ for i in [ _
["MINUS", "SPADDIFFERENCE"], _
["SLASH", "QUOTIENT"], _
["=", "EQUAL"], _
- ["SHOEEQ", "BOOT-EQUAL"], _
+ ["SHOEEQ", "EQUAL"], _
["ASSOC", "assoc"], _
["DELETE", "delete"], _
["GET", "GETL"], _
@@ -484,6 +484,7 @@ for i in [ _
for i in [ _
"LT", "LE", _
"GT", "GE", _
+ "SHOENE", _
"TIMES", "PLUS", _
"MINUS", "function",_
"PAIRP"