less: stop dying on bad regexps, quietly pipe data w/o
user interaction if stdout is not a tty. size optimizations
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#define __BB_REGEX__
|
||||
|
||||
#include <regex.h>
|
||||
extern void xregcomp(regex_t *preg, const char *regex, int cflags);
|
||||
char* regcomp_or_errmsg(regex_t *preg, const char *regex, int cflags);
|
||||
void xregcomp(regex_t *preg, const char *regex, int cflags);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user