aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index d3fa6fde..fa193e00 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1545,7 +1545,7 @@ checkExternalEntity(id,type,lang,e) ==
stackAndThrow('"Signature for external entity must be a Mapping type",nil)
id' := encodeLocalFunctionName id
[def] := genImportDeclaration(id',[bootDenotation "%Signature",id,type'])
- compileLispDefinition(id,def)
+ apply($backend,[def])
id'