diff options
-rw-r--r-- | src/grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # include <pcre2posix.h> #else # include <regex.h> -# ifdef REG_DOTALL +# ifndef REG_DOTALL # define REG_DOTALL 0 # endif # define REG_UCP 0 |
index : grab | ||
Structural alternative to grep | Thomas Voss |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/grab.c | 2 |
@@ -12,7 +12,7 @@ # include <pcre2posix.h> #else # include <regex.h> -# ifdef REG_DOTALL +# ifndef REG_DOTALL # define REG_DOTALL 0 # endif # define REG_UCP 0 |