summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ucode/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucode/types.h b/include/ucode/types.h
index 0b63501..64ae7cb 100644
--- a/include/ucode/types.h
+++ b/include/ucode/types.h
@@ -112,7 +112,7 @@ typedef struct uc_weakref {
typedef struct uc_function {
uc_weakref_t progref;
- bool arrow, vararg, strict;
+ bool arrow, vararg, strict, module;
size_t nargs;
size_t nupvals;
size_t srcidx;