diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 06:56:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 06:56:40 +0000 |
commit | a98db4c3f703bccd33f58340bfcb22a8b6fe42bd (patch) | |
tree | 24646bc1c0064c96a81756f964bc76852a21cbdd /thrdvar.h | |
parent | 340fad61e424e840c47867d845484a9e414617f7 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |