projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c5a0f51
fc0dc3b
)
Integrate with Sarathy.
Jarkko Hietaniemi [Sun, 29 Aug 1999 09:29:08 +0000 (09:29 +0000)]
p4raw-id: //depot/cfgperl@4036
1
2
perl.h
patch
|
diff1
|
diff2
|
blob
|
history
perlapi.h
patch
|
diff1
|
diff2
|
blob
|
history
pod/perldelta.pod
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
perl.h
index
37a8607
,
e3d3826
..
1548bea
---
1
/
perl.h
---
2
/
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 <float.h>
++#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
---
1
/
perlapi.h
---
2
/
perlapi.h
+++ b/
perlapi.h
diff --cc
pod/perldelta.pod
Simple merge