aboutsummaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 18:57:09 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 18:57:09 -0800
commit09e1d1a36556c5b80f58159f2441905b77418194 (patch)
tree3e69e6c59ccf21e4106ff620042f0492382c4cab /compiler.h
parent7c77f5d6f45a0e888b16995a9c396a8161a688bb (diff)
Removing opcode references
Diffstat (limited to 'compiler.h')
-rw-r--r--compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler.h b/compiler.h
index 46411fe..fae02cc 100644
--- a/compiler.h
+++ b/compiler.h
@@ -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)))