Added support for inverted regexps

This commit is contained in:
Olof hagsand 2019-05-29 14:39:36 +02:00
parent 2fe185d683
commit 5706703ab4
9 changed files with 68 additions and 50 deletions

View file

@ -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;