aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-04-30 14:19:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-04-30 14:19:08 -0400
commit24ed834317f3fda8f0f55489f54a2df1aca5de17 (patch)
tree823b9f7c7c1c28e1d0b42535955d211b1073bec2 /pattern.h
parente5c0d09893401b82855872d4f150a0acf56d76d4 (diff)
Simplified things by passing a def argument to next_match instead of
chaining defs together. Also simplified `..` by just using a lookahead instead of retconning it. Immutability invariants are now enforced better.
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pattern.h b/pattern.h
index a39f5bf..218a997 100644
--- a/pattern.h
+++ b/pattern.h
@@ -120,6 +120,5 @@ void free_all_pats(void);
__attribute__((nonnull))
void delete_pat(pat_t **at_pat, bool recursive);
-
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0