summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-16 12:59:51 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-21 10:40:57 +0200
commit292019d274591d9fd94188deb31ca1813f970ab7 (patch)
tree36d677429238ec51bf5b7d30137245de62fb61cf
parent58f1e53099a8f7d3f0e000a1276c52cc6353e70a (diff)
downloadperl-292019d274591d9fd94188deb31ca1813f970ab7.tar.gz
Eliminate duplicate contradictory values from epoc/config.sh.
The two values for quadtype have been present since epoc/config.sh was added in 3a2f06e93704a418. quadtype is signed, (uquadtype is its unsigned equivalent) hence remove the definition that uses unsigned long long. The duplicate contradictory values for d_vendorarch were merged in by b250498faaf6fbd0 (along with a lot of the non-contradictory duplication), originating from commit eb0d51032951025d on the cfgperl branch. The contradictory values for socksizetype arrived with the same commits.
-rw-r--r--epoc/config.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/epoc/config.sh b/epoc/config.sh
index 8dd7fba729..f225b662ba 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -841,7 +841,6 @@ smail=''
so=''
sockethdr=''
socketlib=''
-socksizetype='size_t'
sort='sort'
spackage=''
spitshell='cat'
@@ -961,7 +960,6 @@ i64type='long long'
u64type='unsigned long long'
d_quad='define'
quadtype='long long'
-quadtype='unsigned long long'
quadkind='QUAD_IS_LONG_LONG'
nvtype='double'
ivsize='4'
@@ -1017,7 +1015,6 @@ d_msync='undef'
d_munmap='undef'
d_qgcvt='undef'
d_socklen_t='undef'
-d_vendorarch=''
i_ieeefp='undef'
i_sunmath='undef'
i_syslog='undef'
@@ -1093,7 +1090,6 @@ i64type='long long'
u64type='unsigned long long'
d_quad='define'
quadtype='long long'
-quadtype='unsigned long long'
quadkind='QUAD_IS_LONG_LONG'
nvtype='double'
ivsize='4'
@@ -1146,7 +1142,6 @@ d_msync='undef'
d_munmap='undef'
d_qgcvt='undef'
d_socklen_t='undef'
-d_vendorarch=''
i_ieeefp='undef'
i_sunmath='undef'
i_syslog='undef'