aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/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 15cd2ab8..9bdd3e08 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -1227,7 +1227,7 @@ nativeType t ==
null t => t
-- for the time being, approximate `data buffer' by `pointer to data'
t = "buffer" or t = "pointer" =>
- %hasFeature KEYWORD::GCL => "fixnum"
+ %hasFeature KEYWORD::GCL => "FIXNUM"
%hasFeature KEYWORD::ECL => KEYWORD::POINTER_-VOID
%hasFeature KEYWORD::SBCL => ["*",true]
%hasFeature KEYWORD::CLISP => bfColonColon("FFI","C-POINTER")