diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:39:28 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:39:28 -0800 |
| commit | 3d3a73e18cbebbaa89e7ed991d44ab5c0981f3a9 (patch) | |
| tree | 3ca0cbee943f3b170db84dbf45de99dbc0d23fce /match.h | |
| parent | 13c45645948d16719e748ffeed2bdbf819698ebd (diff) | |
Moved pattern code into the right file
Diffstat (limited to 'match.h')
| -rw-r--r-- | match.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ __attribute__((hot, nonnull(2,3,4))) match_t *match(def_t *defs, file_t *f, const char *str, pat_t *pat, unsigned int flags); __attribute__((nonnull)) match_t *get_capture(match_t *m, const char **id); -__attribute__((nonnull)) -void destroy_pat(pat_t *pat); match_t *new_match(void); __attribute__((nonnull)) void recycle_if_unused(match_t **at_m); |
