Eliminate duplicate contradictory values from epoc/config.sh.
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Sep 2011 10:59:51 +0000 (12:59 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Sep 2011 08:40:57 +0000 (10:40 +0200)
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.

epoc/config.sh

index 8dd7fba..f225b66 100644 (file)
@@ -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'