tweaks for clang
This commit is contained in:
parent
8322e91fae
commit
8664709259
@ -9,6 +9,8 @@
|
||||
#include "search.h"
|
||||
#include "util.h"
|
||||
|
||||
regex_t pattern;
|
||||
|
||||
static char retbuf[MAX_SEARCH_BUFSIZE];
|
||||
|
||||
char *ss_search(const char *filename, FILE *fp, char *pat)
|
||||
|
@ -7,6 +7,4 @@
|
||||
|
||||
#define TMPBUF_LEN 2048
|
||||
|
||||
regex_t pattern;
|
||||
|
||||
char *ss_search(const char *filename, FILE *fd, char *pat);
|
||||
|
Loading…
x
Reference in New Issue
Block a user