ICU-1730 #elif -> #else
X-SVN-Rev: 8280
This commit is contained in:
parent
4e8dc00958
commit
96aebaa79a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user