aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
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;