Add a TODO test cases RT# 43403.
[p5sagit/p5-mst-13.2.git] / regcomp.pl
index 38c346c..3ba699b 100644 (file)
@@ -164,7 +164,7 @@ print OUT <<EOP;
 #ifndef DOINIT
 EXTCONST char * PL_reg_name[];
 #else
-EXTCONST char * PL_reg_name[] = {
+EXTCONST char * const PL_reg_name[] = {
 EOP
 
 $ind = 0;