X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.c;h=b930e8a0a3518973785bd9d0d11d85d44d830bdf;hb=0a6b11f8fedc4bae957f03efab3ecb64338ce939;hp=82d2b8ef62540014124d5de874122d09c211f6b8;hpb=c9f97d15d3a5d7fcbfc403087c4a4a450990ff7c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regcomp.c b/regcomp.c index 82d2b8e..b930e8a 100644 --- a/regcomp.c +++ b/regcomp.c @@ -776,7 +776,7 @@ reginitcolors(void) PL_colors[i] = ++s; } else - PL_colors[i] = ""; + PL_colors[i] = s = ""; } } else { while (i < 6) @@ -2104,6 +2104,7 @@ regwhite(char *p, char *e) STATIC char* regpposixcc(I32 value) { + dTHR; char *posixcc = 0; if (value == '[' && PL_regcomp_parse + 1 < PL_regxend &&