aboutsummaryrefslogtreecommitdiff
path: root/src/interp/astr.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-04 13:56:52 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-04 13:56:52 +0000
commit9a593e3b395c1ba0c6036760c12713d7485f8c54 (patch)
treedd8eadbf07dde50ca15d6aa4181c902ad7b09d3c /src/interp/astr.boot
parente77d30ccf1b663aaa6ec1e017fa8e31f3296afeb (diff)
downloadopen-axiom-9a593e3b395c1ba0c6036760c12713d7485f8c54.tar.gz
cleanup
Diffstat (limited to 'src/interp/astr.boot')
-rw-r--r--src/interp/astr.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/astr.boot b/src/interp/astr.boot
index 9597e934..466185bb 100644
--- a/src/interp/astr.boot
+++ b/src/interp/astr.boot
@@ -47,7 +47,7 @@ module astr where
ncTag x ==
atom x => ncBug('S2CB0031,[])
x := first x
- IDENTP x => x
+ ident? x => x
atom x => ncBug('S2CB0031,[])
first x
@@ -55,7 +55,7 @@ ncTag x ==
ncAlist x ==
atom x => ncBug('S2CB0031,[])
x := first x
- IDENTP x => nil
+ ident? x => nil
atom x => ncBug('S2CB0031,[])
rest x