projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ffb755
)
Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration
author
Nicholas Clark
<nick@ccl4.org>
Sun, 23 Sep 2007 21:10:27 +0000
(21:10 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 23 Sep 2007 21:10:27 +0000
(21:10 +0000)
on VMS affects binary compatibility.
p4raw-id: //depot/perl@31945
perl.h
patch
|
blob
|
history
diff --git
a/perl.h
b/perl.h
index
f05a7ca
..
7787894
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-4404,6
+4404,9
@@
EXTCONST char PL_bincompat_options[] =
# ifdef USE_64_BIT_INT
" USE_64_BIT_INT"
# endif
+# ifdef USE_IEEE
+ " USE_IEEE"
+# endif
# ifdef USE_ITHREADS
" USE_ITHREADS"
# endif