summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thrdvar.h b/thrdvar.h
index c247dc4d04..958db6dfa5 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -133,7 +133,7 @@ PERLVAR(Tseen_evals, I32) /* from regcomp.c */
PERLVAR(Tregcomp_rx, regexp *) /* from regcomp.c */
PERLVAR(Textralen, I32) /* from regcomp.c */
PERLVAR(Tcolorset, int) /* from regcomp.c */
-PERLVAR(Tcolors[4], char *) /* from regcomp.c */
+PERLVAR(Tcolors[6], char *) /* from regcomp.c */
PERLVAR(Treginput, char *) /* String-input pointer. */
PERLVAR(Tregbol, char *) /* Beginning of input, for ^ check. */
PERLVAR(Tregeol, char *) /* End of input, for $ check. */