Change 26058 by [EMAIL PROTECTED] on 2005/11/09 10:45:57
Patch from Gisle to add NO_MATHOMS to the Compile-time options.
Affected files ...
... //depot/perl/perl.c#683 edit
Differences ...
==== //depot/perl/perl.c#683 (text) ====
Index: perl/perl.c
--- perl/perl.c#682~26057~ Wed Nov 9 02:31:35 2005
+++ perl/perl.c Wed Nov 9 02:45:57 2005
@@ -1758,6 +1758,9 @@
# ifdef MYMALLOC
" MYMALLOC"
# endif
+# ifdef NO_MATHOMS
+ " NO_MATHOMS"
+# endif
# ifdef PERL_DONT_CREATE_GVSV
" PERL_DONT_CREATE_GVSV"
# endif
End of Patch.