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 /types.h | |
| parent | 6d0ba0c074908896b4172164168a8a49afd0adb8 (diff) | |
allocated_op -> allocated_pat
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -109,10 +109,10 @@ typedef struct def_s { // Structure used for tracking allocated ops, which must be freed when the file // is freed. // -typedef struct allocated_op_s { - struct allocated_op_s *next; +typedef struct allocated_pat_s { + struct allocated_pat_s *next; pat_t op; -} allocated_op_t; +} allocated_pat_t; #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
