diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-03-31 11:30:09 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-01 13:10:11 +0000 |
commit | 4764e399f58c2e035a482e18aea2bd8c44fd9083 (patch) | |
tree | a3223a823f2ae68027ab629b4746132501179ad9 /regnodes.h | |
parent | 2eacba2f038fca0c7ce4713e73ef229faa3f3caa (diff) | |
download | perl-4764e399f58c2e035a482e18aea2bd8c44fd9083.tar.gz |
Symbian sync
Message-ID: <460EB6C1.4020406@iki.fi>
p4raw-id: //depot/perl@30824
Diffstat (limited to 'regnodes.h')
-rw-r--r-- | regnodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h index 6f6e0b262a..e704427847 100644 --- a/regnodes.h +++ b/regnodes.h @@ -459,7 +459,7 @@ static const char reg_off_by_arg[] = { #ifndef DOINIT EXTCONST char * PL_reg_name[]; #else -EXTCONST char * PL_reg_name[] = { +EXTCONST char * const PL_reg_name[] = { "END", /* 0000 */ "SUCCEED", /* 0x01 */ "BOL", /* 0x02 */ |