This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace OP stubs in mathoms.c with #define aliases in opcode.h
authorNicholas Clark <nick@ccl4.org>
Sun, 2 Jan 2011 19:13:12 +0000 (19:13 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 9 Jan 2011 09:04:40 +0000 (09:04 +0000)
commit9561d06f3dc19930c1acfa8c2e046c80782cb876
treeca57dd751a9c5896ba414d029712a7b82b4d54c8
parentf1aaabf80b19a3cc6dc435510732b561ab46361e
Replace OP stubs in mathoms.c with #define aliases in opcode.h

External code that references OPs by name will still link (and work).
Unlike the other compatibility functions in mathoms.c, the OP stubs were simply
making calls onwards to their replacements, so simply taking up space without
adding anything.
mathoms.c
opcode.h
regen/opcode.pl