diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:38:06 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:38:06 -0800 |
| commit | 813d9a76afb6dc3cd8f983c23bbd2e0d804a06df (patch) | |
| tree | b7440800c4416e4e7386fe5e3fcfeccd464e42af /grammar.h | |
| parent | 631e59bfa7e2f2c0050ad1a84ff70feb8768626d (diff) | |
Renaming op -> pat, phase 1 refactor
Diffstat (limited to 'grammar.h')
| -rw-r--r-- | grammar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |
