diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-16 10:29:09 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-16 10:29:09 -0800 |
| commit | 3f6e7c2beb512d6c3db51bfc94279f0d11e47057 (patch) | |
| tree | 69de5dc22885dd669cc01e0573d6a066257a9c01 /definitions.c | |
| parent | a2f30332ccb8f0d87dc7750d4f081d44fd771f7f (diff) | |
Renamed VM_ to BP_
Diffstat (limited to 'definitions.c')
| -rw-r--r-- | definitions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/definitions.c b/definitions.c index 7ce8ba6..19971b2 100644 --- a/definitions.c +++ b/definitions.c @@ -70,7 +70,7 @@ def_t *lookup(def_t *defs, const char *name) // def_t *with_backref(def_t *defs, file_t *f, const char *name, match_t *m) { - pat_t *backref = new_pat(f, m->start, VM_BACKREF); + pat_t *backref = new_pat(f, m->start, BP_BACKREF); backref->end = m->end; backref->len = -1; // TODO: maybe calculate this? (nontrivial because of replacements) backref->args.backref = m; |
