summaryrefslogtreecommitdiff
path: root/regcomp.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-03-31 11:30:09 -0400
committerSteve Peters <steve@fisharerojo.org>2007-04-01 13:10:11 +0000
commit4764e399f58c2e035a482e18aea2bd8c44fd9083 (patch)
treea3223a823f2ae68027ab629b4746132501179ad9 /regcomp.pl
parent2eacba2f038fca0c7ce4713e73ef229faa3f3caa (diff)
downloadperl-4764e399f58c2e035a482e18aea2bd8c44fd9083.tar.gz
Symbian sync
Message-ID: <460EB6C1.4020406@iki.fi> p4raw-id: //depot/perl@30824
Diffstat (limited to 'regcomp.pl')
-rw-r--r--regcomp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.pl b/regcomp.pl
index 38c346cc0c..3ba699b0b6 100644
--- a/regcomp.pl
+++ b/regcomp.pl
@@ -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;