aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-02 03:11:43 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-02 03:11:43 +0000
commita7bab9a6c2070d05e2dbd256ce455079c8ced385 (patch)
treefeb4195b7d4e503faba36abf833f71c052d19699 /src/boot
parent01ebaf2b29419f8a22d13cedb901646a48acb8cf (diff)
downloadopen-axiom-a7bab9a6c2070d05e2dbd256ce455079c8ced385.tar.gz
src/boot/
* boot/tokens.boot (second): Now candidate for renaming in generated Lisp code. (third): Likewise. src/input/ * input/mapleok.input.pamphlet: Fix typo.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/tokens.boot8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 62d826ff..e60da82e 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -1,4 +1,4 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
@@ -15,7 +15,7 @@
-- the documentation and/or other materials provided with the
-- distribution.
--
--- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+-- - Neither the name of The Numerical Algorithms Group Ltd. nor the
-- names of its contributors may be used to endorse or promote products
-- derived from this software without specific prior written permission.
--
@@ -264,6 +264,7 @@ for i in [ _
["removeDuplicates", "REMDUP"] , _
["rest", "CDR"] , _
["reverse", "REVERSE"] , _
+ ["second", "CADR"] , _
["setDifference", "SETDIFFERENCE"] , _
["setIntersection", "INTERSECTION"] , _
["setPart", "SETELT"] , _
@@ -271,7 +272,8 @@ for i in [ _
["size", "SIZE"] , _
["strconc", "CONCAT"] , _
["substitute", "SUBST"] , _
- ["take", "TAKE"] , _
+ ["take", "TAKE"] ,
+ ["third", "CADDR"] , _
["true", "T"] , _
["PLUS", "+"] , _
["MINUS", "-"] , _