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 /file_loader.h | |
| parent | 6d0ba0c074908896b4172164168a8a49afd0adb8 (diff) | |
allocated_op -> allocated_pat
Diffstat (limited to 'file_loader.h')
| -rw-r--r-- | file_loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/file_loader.h b/file_loader.h index cfe8701..1e76357 100644 --- a/file_loader.h +++ b/file_loader.h @@ -6,14 +6,14 @@ #include <stdio.h> -struct allocated_op_s; // declared in types.h +struct allocated_pat_s; // declared in types.h typedef struct file_s { struct file_s *next; const char *filename; char *contents, **lines, *end; size_t nlines; - struct allocated_op_s *ops; + struct allocated_pat_s *ops; unsigned int mmapped:1; } file_t; |
