diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:58:44 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:58:44 -0800 |
| commit | 5d1ffd61440a9563d10e921538cbfdc4e21bbd09 (patch) | |
| tree | ad3ee614591935ed0c6be150b140575863e8c947 /compiler.c | |
| parent | 6d0ba0c074908896b4172164168a8a49afd0adb8 (diff) | |
allocated_op -> allocated_pat
Diffstat (limited to 'compiler.c')
| -rw-r--r-- | compiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ static pat_t *new_range(file_t *f, const char *start, const char *end, ssize_t m // pat_t *new_pat(file_t *f, const char *start, enum pattype_e type) { - allocated_op_t *tracker = new(allocated_op_t); + allocated_pat_t *tracker = new(allocated_pat_t); tracker->next = f->ops; f->ops = tracker; tracker->op.type = type; |
