aboutsummaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:21:41 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:21:41 -0800
commit10dbcdd4fd7bf2f14d49bdf19139f8dd5d53aebd (patch)
tree2cb4e93e52abdd87c4ab45dd20d8812ed298a8b0 /compiler.h
parent984a869c985f8cc334cc40bd5b387e11d9f9ba29 (diff)
Renaming op -> pat in variable names
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 fae02cc..6761644 100644
--- a/compiler.h
+++ b/compiler.h
@@ -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))