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 dea05b3d..ae2fc54a 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -2347,7 +2347,7 @@ processInlineRequest(t,e) ==
stackAndThrow('"%1b does not designate a domain",[t])
T.expr isnt [.,:.] =>
stackWarning('"inline request for type variable %1bp is meaningless",[t])
- nominateForInlining T.expr
+ registerInlinableDomain T.expr
--%