diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:57:09 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:57:09 -0800 |
| commit | 09e1d1a36556c5b80f58159f2441905b77418194 (patch) | |
| tree | 3e69e6c59ccf21e4106ff620042f0492382c4cab /compiler.h | |
| parent | 7c77f5d6f45a0e888b16995a9c396a8161a688bb (diff) | |
Removing opcode references
Diffstat (limited to 'compiler.h')
| -rw-r--r-- | compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "types.h" __attribute__((nonnull)) -pat_t *new_pat(file_t *f, const char *start, enum VMOpcode type); +pat_t *new_pat(file_t *f, const char *start, enum pattype_e type); __attribute__((nonnull(1,2))) pat_t *bp_simplepattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) |
