diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:21:41 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:21:41 -0800 |
| commit | 10dbcdd4fd7bf2f14d49bdf19139f8dd5d53aebd (patch) | |
| tree | 2cb4e93e52abdd87c4ab45dd20d8812ed298a8b0 /grammar.h | |
| parent | 984a869c985f8cc334cc40bd5b387e11d9f9ba29 (diff) | |
Renaming op -> pat in variable names
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, pat_t *op); +def_t *with_def(def_t *defs, file_t *f, size_t namelen, const char *name, pat_t *pat); __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))) |
