diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-29 00:09:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-29 00:09:10 +0000 |
commit | d0647d4e83baeaee38f56423fa99ba248e8c0db2 (patch) | |
tree | 7a53736d02067ea7c5ddf028077d0e949d72650f /mathoms.c | |
parent | 90e5519e3100e145a0051dac121e038bd45695c6 (diff) | |
download | perl-d0647d4e83baeaee38f56423fa99ba248e8c0db2.tar.gz |
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
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ #define PERL_IN_MATHOMS_C #include "perl.h" -void Perl_mathoms(void) {} - /* ref() is now a macro using Perl_doref; * this version provided for binary compatibility only. */ |