summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-23 06:56:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 06:56:40 +0000
commita98db4c3f703bccd33f58340bfcb22a8b6fe42bd (patch)
tree24646bc1c0064c96a81756f964bc76852a21cbdd /thrdvar.h
parent340fad61e424e840c47867d845484a9e414617f7 (diff)
downloadperl-a98db4c3f703bccd33f58340bfcb22a8b6fe42bd.tar.gz
re-introduce change#1703
p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/perl@1825
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. */