diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-08-08 03:02:35 +0300 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-08 03:55:13 +0000 |
commit | 666ea1927d03c6430ac8120e8603244e721e20a0 (patch) | |
tree | 825978bf91e0470887834b60aeb5ca5815ec39ed /opcode.h | |
parent | 0ec9ad96b741d60d5dad460acf757c031b11fe15 (diff) | |
download | perl-666ea1927d03c6430ac8120e8603244e721e20a0.tar.gz |
g++ stage 1 reached
Message-ID: <44D7AA6B.4040802@iki.fi>
p4raw-id: //depot/perl@28674
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1535,9 +1535,9 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */ #ifndef PERL_GLOBAL_STRUCT_INIT #ifndef DOINIT -EXT const U32 PL_opargs[]; +EXTCONST U32 PL_opargs[]; #else -EXT const U32 PL_opargs[] = { +EXTCONST U32 PL_opargs[] = { 0x00000000, /* null */ 0x00000000, /* stub */ 0x00003604, /* scalar */ |