summaryrefslogtreecommitdiff
path: root/tnslc/compile/function.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/function.tnsl')
-rw-r--r--tnslc/compile/function.tnsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl
index cf42db1..937e668 100644
--- a/tnslc/compile/function.tnsl
+++ b/tnslc/compile/function.tnsl
@@ -15,6 +15,9 @@ struct Function {
self.outputs.init(len v)
;/
+ /; _compile (~Module parent, ~CompBuf cb)
+ ;/
+
/; end
_delete(self.name)
self.body`.end()