From 994c9c973e0fd771699c3a5c76bee11f9b744c84 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 1 Aug 2021 12:40:27 -0700 Subject: Changed how definitions work --- pattern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pattern.h') diff --git a/pattern.h b/pattern.h index e9bebf7..47d0c63 100644 --- a/pattern.h +++ b/pattern.h @@ -19,8 +19,6 @@ __attribute__((nonnull(1))) pat_t *either_pat(file_t *f, pat_t *first, pat_t *second); __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); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3