diff options
Diffstat (limited to 'jimregexp.h')
-rw-r--r-- | jimregexp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jimregexp.h b/jimregexp.h index 2c81e68..86a94f6 100644 --- a/jimregexp.h +++ b/jimregexp.h @@ -49,6 +49,7 @@ typedef struct regexp { int regmust; /* Internal use only. */ int regmlen; /* Internal use only. */ int *program; /* Allocated */ + char *exp; /* NULL or allocated version of regcomp expression (for REG_EXPANDED) */ /* working state - compile */ const char *regparse; /* Input-scan pointer. */ |