summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-29 00:09:10 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-29 00:09:10 +0000
commitd0647d4e83baeaee38f56423fa99ba248e8c0db2 (patch)
tree7a53736d02067ea7c5ddf028077d0e949d72650f /mathoms.c
parent90e5519e3100e145a0051dac121e038bd45695c6 (diff)
downloadperl-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mathoms.c b/mathoms.c
index d3713f56d5..2acdb420b4 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -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.
*/