This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid using space to create 2 functions just to force mathoms to be
authorNicholas Clark <nick@ccl4.org>
Sun, 29 Jan 2006 00:09:10 +0000 (00:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 29 Jan 2006 00:09:10 +0000 (00:09 +0000)
commitd0647d4e83baeaee38f56423fa99ba248e8c0db2
tree7a53736d02067ea7c5ddf028077d0e949d72650f
parent90e5519e3100e145a0051dac121e038bd45695c6
Avoid using space to create 2 functions just to force mathoms to be
linked. Instead, force the link via the perl interpreter structure
via a function pointer that gets replaced at run time anyway.

p4raw-id: //depot/perl@26990
embed.fnc
embed.h
intrpvar.h
mathoms.c
perl.c
proto.h