From: Jarkko Hietaniemi Date: Sun, 29 Aug 1999 09:29:08 +0000 (+0000) Subject: Integrate with Sarathy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbca01e195aef313c02c9c3d2c845e117bfcafa4;p=p5sagit%2Fp5-mst-13.2.git Integrate with Sarathy. p4raw-id: //depot/cfgperl@4036 --- cbca01e195aef313c02c9c3d2c845e117bfcafa4 diff --cc perl.h index 37a8607,e3d3826..1548bea --- a/perl.h +++ b/perl.h @@@ -1087,6 -1070,6 +1070,13 @@@ Free_t Perl_mfree (Malloc_t where) #define DBL_DIG 15 /* A guess that works lots of places */ #endif #endif ++#ifdef I_FLOAT ++#include ++#endif ++#ifndef HAS_DBL_DIG ++#define DBL_DIG 15 /* A guess that works lots of places */ ++#endif ++#endif #ifdef OVR_LDBL_DIG /* Use an overridden LDBL_DIG */ diff --cc perlapi.h index 6b931cc,0dac61a..0dac61a mode 100755,100644..100755 --- a/perlapi.h +++ b/perlapi.h