aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-26 02:10:59 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-26 02:10:59 +0000
commitf0dc480a4aa1532caef8f2793e94bf51154fddd1 (patch)
tree0d51b15a9965485a8c08e336306dc22fcd9e5aec /src/boot/ast.boot
parenta4858ca2cb47dcaa229683dda30d167f49b4c3a6 (diff)
downloadopen-axiom-f0dc480a4aa1532caef8f2793e94bf51154fddd1.tar.gz
Restore Clozure CL-based build. CCL's FFI interface
changed at some point in time. * lisp/core.lisp.in (AxiomCore) [CCL]: Import and export FFI-related symbols.
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 aa1f06b9..327dfe30 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -1799,7 +1799,7 @@ genCLOZUREnativeTranslation(op,s,t,op') ==
-- If the foreign call returns a C-string, turn it into a Lisp string.
-- Note that if the C-string was malloc-ed, this will leak storage.
if t is "string" then
- call := [bfColonColon("CCL","GET-CSTRING"), call]
+ call := [bfColonColon("CCL","%GET-CSTRING"), call]
-- If we have array arguments from Boot, bind pointers to initial data.
for arg in aryPairs repeat