From 5d1ffd61440a9563d10e921538cbfdc4e21bbd09 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 18:58:44 -0800 Subject: allocated_op -> allocated_pat --- file_loader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file_loader.h') 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 -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; -- cgit v1.2.3