diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-23 22:37:28 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-23 22:37:28 -0700 |
| commit | 938ff73730b49488e06677fed8c2980638cbeeca (patch) | |
| tree | f88eabbb93aabfbb8785b264d77477f3ac4c86a0 /compiler.c | |
| parent | 452c7df023181954d48c5338ba8cb10dbeae1a94 (diff) | |
More rigorous compile-time checks via __attribute__s
Diffstat (limited to 'compiler.c')
| -rw-r--r-- | compiler.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -434,7 +434,6 @@ vm_op_t *bpeg_stringpattern(file_t *f, const char *str) */ vm_op_t *bpeg_replacement(vm_op_t *pat, const char *replacement) { - check(pat, "Null pattern used in replacement"); vm_op_t *op = calloc(sizeof(vm_op_t), 1); op->op = VM_REPLACE; op->start = pat->start; |
