aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-04 13:51:47 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-04 13:51:47 -0500
commite29aa52460df6a5d3e78f7e466947bcdd7a3bbb0 (patch)
treec0225e0db0d0e49e9ffe7e0e94e19ec067d98a8a /ast.h
parent0b7ca098ae1dc5e31485bc505a441d3796f0702b (diff)
Struct and enum methods and static members
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index b80aeb61..93d279d7 100644
--- a/ast.h
+++ b/ast.h
@@ -179,7 +179,7 @@ struct ast_s {
type_ast_t *ret_type;
ast_t *body;
ast_t *cache;
- bool is_inline;
+ bool is_inline, is_private;
} FunctionDef;
struct {
arg_ast_t *args;