aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/CHAR.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-24 20:16:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-24 20:16:37 +0000
commit66f5a47122d91ad3a395cc02549908b8daf1bdd8 (patch)
tree4e68e616461527448a43a18318c292f7bb2915d8 /src/algebra/strap/CHAR.lsp
parent35e4595e5312af1ad327ae7fda4eefa0d60d31c6 (diff)
downloadopen-axiom-66f5a47122d91ad3a395cc02549908b8daf1bdd8.tar.gz
Rename getShellEntry to shellEntry now that it is a macro accessor that designate a place (usable in SETF).
Diffstat (limited to 'src/algebra/strap/CHAR.lsp')
-rw-r--r--src/algebra/strap/CHAR.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/algebra/strap/CHAR.lsp b/src/algebra/strap/CHAR.lsp
index a2a1ff14..70fb8abb 100644
--- a/src/algebra/strap/CHAR.lsp
+++ b/src/algebra/strap/CHAR.lsp
@@ -214,22 +214,22 @@
(DEFUN |CHAR;coerce;$Of;23| (|c| $) (DECLARE (IGNORE $)) |c|)
(DEFUN |CHAR;digit?;$B;24| (|c| $)
- (SPADCALL |c| (|spadConstant| $ 40) (|getShellEntry| $ 42)))
+ (SPADCALL |c| (|spadConstant| $ 40) (|shellEntry| $ 42)))
(DEFUN |CHAR;hexDigit?;$B;25| (|c| $)
- (SPADCALL |c| (|spadConstant| $ 44) (|getShellEntry| $ 42)))
+ (SPADCALL |c| (|spadConstant| $ 44) (|shellEntry| $ 42)))
(DEFUN |CHAR;upperCase?;$B;26| (|c| $)
- (SPADCALL |c| (|spadConstant| $ 46) (|getShellEntry| $ 42)))
+ (SPADCALL |c| (|spadConstant| $ 46) (|shellEntry| $ 42)))
(DEFUN |CHAR;lowerCase?;$B;27| (|c| $)
- (SPADCALL |c| (|spadConstant| $ 48) (|getShellEntry| $ 42)))
+ (SPADCALL |c| (|spadConstant| $ 48) (|shellEntry| $ 42)))
(DEFUN |CHAR;alphabetic?;$B;28| (|c| $)
- (SPADCALL |c| (|spadConstant| $ 50) (|getShellEntry| $ 42)))
+ (SPADCALL |c| (|spadConstant| $ 50) (|shellEntry| $ 42)))
(DEFUN |CHAR;alphanumeric?;$B;29| (|c| $)
- (SPADCALL |c| (|spadConstant| $ 52) (|getShellEntry| $ 42)))
+ (SPADCALL |c| (|spadConstant| $ 52) (|shellEntry| $ 42)))
(DEFUN |CHAR;latex;$S;30| (|c| $)
(DECLARE (IGNORE $))