From 813d9a76afb6dc3cd8f983c23bbd2e0d804a06df Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 18:38:06 -0800 Subject: Renaming op -> pat, phase 1 refactor --- grammar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar.h') diff --git a/grammar.h b/grammar.h index 0055a54..631a0e6 100644 --- a/grammar.h +++ b/grammar.h @@ -8,7 +8,7 @@ #include "types.h" __attribute__((nonnull(2,4,5), returns_nonnull)) -def_t *with_def(def_t *defs, file_t *f, size_t namelen, const char *name, vm_op_t *op); +def_t *with_def(def_t *defs, file_t *f, size_t namelen, const char *name, pat_t *op); __attribute__((nonnull(2,3,4), returns_nonnull)) def_t *with_backref(def_t *defs, file_t *f, const char *name, match_t *m); __attribute__((nonnull(2))) -- cgit v1.2.3