diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-11 01:50:29 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-11 01:50:29 +0000 |
commit | 46e765be689a737fa233ca242459520db3797f03 (patch) | |
tree | 6c04f7b33f3caeea9c7bbca67e443677a358a7d4 /src/boot/strap | |
parent | c95606b43200927a9b54c5bba9670020aee6712d (diff) | |
download | open-axiom-46e765be689a737fa233ca242459520db3797f03.tar.gz |
Clean up
Diffstat (limited to 'src/boot/strap')
-rw-r--r-- | src/boot/strap/tokens.clisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/strap/tokens.clisp b/src/boot/strap/tokens.clisp index 81c97675..d64068f8 100644 --- a/src/boot/strap/tokens.clisp +++ b/src/boot/strap/tokens.clisp @@ -233,7 +233,8 @@ (LIST '|substitute| 'SUBST) (LIST '|substitute!| 'NSUBST) (LIST '|symbol?| 'SYMBOLP) (LIST '|take| 'TAKE) - (LIST '|third| 'CADDR) (LIST '|true| 'T) + (LIST '|third| 'CADDR) + (LIST '|toString| 'WRITE-TO-STRING) (LIST '|true| 'T) (LIST '|upperCase?| 'UPPER-CASE-P) (LIST '|vector?| 'SIMPLE-VECTOR-P) (LIST '|writeByte| 'WRITE-BYTE) |