Define PARSE_FAIL and use instead of -1 in parse.c
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "regex.h"
|
||||
|
||||
#define PARSE_FAIL (-1)
|
||||
|
||||
int parse_expr(const char *input, int rem, regex_t *out);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user