This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.pl
authorNicholas Clark <nick@ccl4.org>
Fri, 13 May 2011 15:50:51 +0000 (16:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 08:12:18 +0000 (10:12 +0200)
commit0ffb5b03d3cde2b28eda4897b664c02ce9f0e9dd
treed5495e1bf5161e12ececfc72339df6203c583478
parent0a1f728a485818674e743b9fb9a3c149f9e53b6e
Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.pl

Generating mg_vtable.h with MGVTBL_SET() effectively pre-expanded makes things
clearer. This eliminates use of the macro MGVTBL_SET(), which can be deleted
as nothing outside the core is relying on it.
mg_vtable.h
perl.h
regen/mg_vtable.pl