From f7430e443a8882021d619ecf51f95ee682e5d27d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 28 Sep 2020 22:02:00 -0700 Subject: Major improvements to error messages --- compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler.h') diff --git a/compiler.h b/compiler.h index 89693af..9e750b6 100644 --- a/compiler.h +++ b/compiler.h @@ -14,7 +14,7 @@ vm_op_t *bpeg_simplepattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) vm_op_t *bpeg_stringpattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) -vm_op_t *bpeg_replacement(vm_op_t *pat, const char *replacement); +vm_op_t *bpeg_replacement(file_t *f, vm_op_t *pat, const char *replacement); __attribute__((nonnull(1,2))) vm_op_t *bpeg_pattern(file_t *f, const char *str); -- cgit v1.2.3