summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index c29eaa6d..231d830b 100644
--- a/lib.h
+++ b/lib.h
@@ -107,7 +107,7 @@ struct func {
unsigned optargs : 7; /* fixparam - optargs = required args */
unsigned variadic : 1;
unsigned : 1;
- functype_t functype : 16;
+ unsigned functype : 16;
val env;
union {
val interp_fun;