aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/types.h')
-rw-r--r--src/stdlib/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/types.h b/src/stdlib/types.h
index 03b397b7..60f1fcfd 100644
--- a/src/stdlib/types.h
+++ b/src/stdlib/types.h
@@ -94,7 +94,7 @@ Text_t Type$as_text(const void *typeinfo, bool colorize, const TypeInfo_t *type)
t value; \
struct { \
char _padding[unpadded_size]; \
- Bool_t is_none:1; \
+ Bool_t is_none; \
}; \
}; \
} name