aboutsummaryrefslogtreecommitdiff
path: root/text-regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'text-regex.h')
-rw-r--r--text-regex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/text-regex.h b/text-regex.h
index 45054c8..dd87c1c 100644
--- a/text-regex.h
+++ b/text-regex.h
@@ -9,6 +9,8 @@
#endif
#include "text.h"
+#define MAX_REGEX_SUB 10
+
typedef struct Regex Regex;
typedef Filerange RegexMatch;