Patch from Gisle to add NO_MATHOMS to the Compile-time options.
Steve Peters [Wed, 9 Nov 2005 10:45:57 +0000 (10:45 +0000)]
p4raw-id: //depot/perl@26058

perl.c

diff --git a/perl.c b/perl.c
index 3322ff2..e28ce5d 100644 (file)
--- 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