aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-22 19:11:55 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-22 21:47:43 -0500
commitbb354d6d3626cdc0c2a1b802a954df244cd1facc (patch)
tree31c5c8c3f21db8706e1fc7f78194500e03d1780e /src/ast.h
parent0aeacfbd83b0afe8a8ea654bc1554b8d7d29e9b1 (diff)
Fixes for conditional expressions for optional types
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index aaa2a993..c01ba68a 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -287,6 +287,7 @@ struct ast_s {
struct {
} Unknown;
struct {
+ struct type_s *type;
} None;
struct {
bool b;