diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-02-19 21:41:07 +0200 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-02-19 20:51:10 +0000 |
commit | bae1192d8838abbb774747207533573c1bc72f97 (patch) | |
tree | 3094225ad106e44d36de4623cef253bb1e02b4ee /opcode.h | |
parent | ed756621b7e346dcad5b51c1e9d060d1fe530fae (diff) | |
download | perl-bae1192d8838abbb774747207533573c1bc72f97.tar.gz |
blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
Plus a regen picked up changes in pod/perlapi.pod related to change
#30347.
p4raw-id: //depot/perl@30362
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1898,7 +1898,8 @@ EXTCONST U32 PL_opargs[] = { }; #endif +#endif /* !PERL_GLOBAL_STRUCT_INIT */ + END_EXTERN_C -#endif /* !PERL_GLOBAL_STRUCT_INIT */ /* ex: set ro: */ |