This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix MGVTBL structures in perl.h
authorAndy Lester <andy@petdance.com>
Wed, 20 Apr 2005 15:09:24 +0000 (10:09 -0500)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 20 Apr 2005 21:32:23 +0000 (21:32 +0000)
commit4944113acaf494b4518ba93648e0a4276c34a175
treed7dd90f040b9f4d7d7680e3dde6071b418057414
parent87a1ef3dbc71790d3dec7643306775e0d1e4768a
Fix MGVTBL structures in perl.h
Message-Id:  <20050420200923.GA3017@petdance.com>

The MGVTBL structures contain 7 function pointers, but only 5 were
getting initialized. Plus, there were repeated lists between
declaration and definition; add a macro to declare or define
all the global MGVTBLs as appropriate.

p4raw-id: //depot/perl@24264
perl.h