aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
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