diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -52,9 +52,7 @@ typedef struct arg_ast_s { } arg_ast_t; typedef struct when_clause_s { - ast_t *tag_name; - ast_list_t *args; - ast_t *body; + ast_t *pattern, *body; struct when_clause_s *next; } when_clause_t; |
