diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-19 21:35:34 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-19 21:35:34 -0800 |
| commit | 16c401fbbb4f22a29afe3d63c8105cc8f33061d0 (patch) | |
| tree | f20c656ebf5a76eb2fe05fd6611be85ecc9232a2 /pattern.h | |
| parent | b8bb6c25ecafc3398bbaa949398b80c4e1bce373 (diff) | |
Simplified code by disallowing escapes in strings and splitting
stringpatterns into chunks (so unescaped versions don't need to be
created)
Diffstat (limited to 'pattern.h')
| -rw-r--r-- | pattern.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ __attribute__((nonnull)) pat_t *bp_pattern(file_t *f, const char *str); __attribute__((nonnull)) def_t *bp_definition(def_t *defs, file_t *f, const char *str); -__attribute__((nonnull)) -void destroy_pat(pat_t *pat); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
