From: Steve Peters Date: Wed, 9 Nov 2005 10:45:57 +0000 (+0000) Subject: Patch from Gisle to add NO_MATHOMS to the Compile-time options. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3bcf5ed8853d0fff9200cd9bd765e678659eb9c7;p=p5sagit%2Fp5-mst-13.2.git Patch from Gisle to add NO_MATHOMS to the Compile-time options. p4raw-id: //depot/perl@26058 --- diff --git a/perl.c b/perl.c index 3322ff2..e28ce5d 100644 --- a/perl.c +++ b/perl.c @@ -1758,6 +1758,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef MYMALLOC " MYMALLOC" # endif +# ifdef NO_MATHOMS + " NO_MATHOMS" +# endif # ifdef PERL_DONT_CREATE_GVSV " PERL_DONT_CREATE_GVSV" # endif