about summary refs log tree commit diff
path: root/pkg/lang/compiler/symbol.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/lang/compiler/symbol.go')
-rw-r--r--pkg/lang/compiler/symbol.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/lang/compiler/symbol.go b/pkg/lang/compiler/symbol.go
index d22cdc0..453cb2b 100644
--- a/pkg/lang/compiler/symbol.go
+++ b/pkg/lang/compiler/symbol.go
@@ -35,4 +35,5 @@ type SymbolVariable struct {
 
 type SymbolFunction struct {
 	marker code.Marker
+	args   uint
 }