aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex/regexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/regex/regexport.h')
-rw-r--r--src/include/regex/regexport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/regex/regexport.h b/src/include/regex/regexport.h
index e6209463f7f..99c4fb854ec 100644
--- a/src/include/regex/regexport.h
+++ b/src/include/regex/regexport.h
@@ -30,6 +30,10 @@
#include "regex/regex.h"
+/* These macros must match corresponding ones in regguts.h: */
+#define COLOR_WHITE 0 /* color for chars not appearing in regex */
+#define COLOR_RAINBOW (-2) /* represents all colors except pseudocolors */
+
/* information about one arc of a regex's NFA */
typedef struct
{