diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 14:05:10 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 14:05:10 -0700 |
| commit | 378e94090f5fb61b6c1e35b99e597dfca61ef7a9 (patch) | |
| tree | c8a8e2f0b278b46150315db09e603633f2e48aab /print.h | |
| parent | 0f059615786dcdeb436f7d570a6bb3fa2e621eb6 (diff) | |
Factored debug visualization into its own file
Diffstat (limited to 'print.h')
| -rw-r--r-- | print.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ typedef struct { bool print_line_numbers:1; } printer_t; -__attribute__((nonnull)) -void visualize_match(match_t *m); __attribute__((nonnull(1,2))) void print_match(FILE *out, printer_t *pr, match_t *m); __attribute__((nonnull)) |
