diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 19:35:43 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 19:41:28 -0700 |
| commit | 6c237850e90dce317ede7b0d4e53125df15ab62b (patch) | |
| tree | c783ab61954de0b3120727245327843a82233542 /types.h | |
| parent | 3483cd75cb0a67d50bdcf9d03a15dc5af67a1986 (diff) | |
WIP
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,8 @@ #include <sys/types.h> +#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; |
