diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
