From 6c237850e90dce317ede7b0d4e53125df15ab62b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Sep 2020 19:35:43 -0700 Subject: WIP --- types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'types.h') diff --git a/types.h b/types.h index 3749156..de408cc 100644 --- a/types.h +++ b/types.h @@ -6,6 +6,8 @@ #include +#include "file_loader.h" + enum BPEGFlag { BPEG_VERBOSE = 1 << 0, BPEG_IGNORECASE = 1 << 1, @@ -85,6 +87,7 @@ typedef struct match_s { typedef struct { const char *name; const char *source; + file_t *file; vm_op_t *op; } def_t; -- cgit v1.2.3