Added support for inverted regexps
This commit is contained in:
parent
2fe185d683
commit
5706703ab4
9 changed files with 68 additions and 50 deletions
|
|
@ -96,8 +96,8 @@ regex_posix(char *regexp,
|
|||
int nr,
|
||||
int debug)
|
||||
{
|
||||
int retval = -1;
|
||||
char *posix = NULL;
|
||||
int retval = -1;
|
||||
char *posix = NULL;
|
||||
char pattern[1024];
|
||||
int status = 0;
|
||||
regex_t re;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue