aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grab.c b/src/grab.c
index 7571b19..94ec7c4 100644
--- a/src/grab.c
+++ b/src/grab.c
@@ -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