summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index da06d30..3a00393 100644
--- a/types.h
+++ b/types.h
@@ -413,6 +413,7 @@ typedef struct {
};
struct {
IdentID id;
+ U32 instance; /* 0 = ordinary function, no compile time args */
} c;
} CallExpr;