ICU-2235 config switch around data swapping code

X-SVN-Rev: 13156
This commit is contained in:
Markus Scherer 2003-09-22 13:58:23 +00:00
parent a5ec028eea
commit c3b7d44c6c

View file

@ -658,7 +658,9 @@ ures_swapResource(const UDataSwapper *ds,
/* swap known formats */
if(specialType==URES_COLLATION_BINARY) {
#if !UCONFIG_NO_COLLATION
ucol_swapBinary(ds, p+1, count, q+1, pErrorCode);
#endif
}
break;
case URES_TABLE: