diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-26 17:58:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-26 17:58:46 -0800 |
| commit | 889fd70ec7537472e7d378f3e500c17ce40743ff (patch) | |
| tree | 4a761afebe25d7074778d4ccaae4b47333110ac9 /pattern.c | |
| parent | de0fec8fcb2e09500b4665b07fdad6a2902d9c87 (diff) | |
Cleaned up some error code
Diffstat (limited to 'pattern.c')
| -rw-r--r-- | pattern.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,11 +10,10 @@ #include <unistd.h> #include "definitions.h" +#include "files.h" #include "pattern.h" #include "utils.h" -#define file_err(f, ...) do { fprint_line(stderr, f, __VA_ARGS__); exit(EXIT_FAILURE); } while(false) - __attribute__((nonnull)) static pat_t *expand_chain(file_t *f, pat_t *first); __attribute__((nonnull)) |
