aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-30 03:11:09 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-30 03:11:09 +0000
commit865e926e0c7b9f8ad6201315a41a89b2258d77a7 (patch)
treef0fa217290170432c70485846600e0f776505165 /src/boot/ast.boot
parent68441ed372470b7d3eb3d24178b61dc16bc6978e (diff)
downloadopen-axiom-865e926e0c7b9f8ad6201315a41a89b2258d77a7.tar.gz
more char cleanup
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index 0d8bd1b5..f1ad60cd 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -748,7 +748,7 @@ bfChar? x ==
char? x or cons? x and first x in '(char CODE_-CHAR SCHAR)
bfSmintable x==
- integer? x or cons? x and first x in '(SIZE LENGTH QENUM)
+ integer? x or cons? x and first x in '(SIZE LENGTH)
bfString? x ==
string? x