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 /compiler.h | |
| parent | 984a869c985f8cc334cc40bd5b387e11d9f9ba29 (diff) | |
Renaming op -> pat in variable names
Diffstat (limited to 'compiler.h')
| -rw-r--r-- | compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ pat_t *bp_simplepattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) pat_t *bp_stringpattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) -pat_t *bp_replacement(file_t *f, pat_t *pat, const char *replacement); +pat_t *bp_replacement(file_t *f, pat_t *replacepat, const char *replacement); __attribute__((nonnull)) pat_t *bp_pattern(file_t *f, const char *str); __attribute__((nonnull)) |
