summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index dd0ac7f..d6c095b 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -1762,6 +1762,10 @@ only. */
/* Escape items that are just an encoding of a particular data value. */
+#ifndef ESC_a
+#define ESC_a CHAR_BEL
+#endif
+
#ifndef ESC_e
#define ESC_e CHAR_ESC
#endif