diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-18 15:39:03 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-18 15:39:03 +0000 |
commit | 1b3396b1949f19e057c047fc602aa3b0b5f44d98 (patch) | |
tree | eecef0d8a6ab830e9d3c0d344de48ed2faf4e7fa /src/boot | |
parent | 4126dc2b32ee818635e57990b3e6f647b9a7dbcb (diff) | |
download | open-axiom-1b3396b1949f19e057c047fc602aa3b0b5f44d98.tar.gz |
Update algebra databases
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/ast.boot | 2 |
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") |