diff options
author | dos-reis <gdr@axiomatics.org> | 2007-10-14 08:53:35 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-10-14 08:53:35 +0000 |
commit | 095703f8cc7439cddda478b12667c5ac8264b6d5 (patch) | |
tree | cc7a8dc987cd91ec29082900cac30c28e339b20b /src/boot/tokens.boot.pamphlet | |
parent | 80f5cef01abdaee3b8c818ea07f534570e94c6d4 (diff) | |
download | open-axiom-095703f8cc7439cddda478b12667c5ac8264b6d5.tar.gz |
more work toward removing depsys
Diffstat (limited to 'src/boot/tokens.boot.pamphlet')
-rw-r--r-- | src/boot/tokens.boot.pamphlet | 3 |
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" |