aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-16 15:26:29 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-16 15:26:29 -0400
commit849fd423a759edf1b58b548a6148c177a6f8cd71 (patch)
tree022f4ec014991f31e731f9e4574c2b32d8f5456d /src/stdlib/types.h
parent0363b260689068b146357a8caf021590705e615d (diff)
Fix further issue with optionals
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