ICU-1730 #elif -> #else

X-SVN-Rev: 8280
This commit is contained in:
Steven R. Loomis 2002-03-28 17:37:54 +00:00
parent 4e8dc00958
commit 96aebaa79a

View File

@ -317,7 +317,7 @@ umtx_atomic_dec(int32_t *p) {
#endif /* Platform selection for atomic_inc and dec. */
#elif /* (ICU_USE_THREADS == 1) */
#else /* (ICU_USE_THREADS == 1) */
U_CAPI int32_t U_EXPORT2
umtx_atomic_inc(int32_t *p) {