diff options
Diffstat (limited to 'compiler.h')
| -rw-r--r-- | compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
