From 24ed834317f3fda8f0f55489f54a2df1aca5de17 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 30 Apr 2022 14:19:08 -0400 Subject: 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. --- pattern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pattern.h') 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 -- cgit v1.2.3