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 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