ICU-20813 Fix Multi-line comment in umachine.h

- This comment failed on gcc. Split it into two lines.
This commit is contained in:
Steven R. Loomis 2019-09-25 10:45:08 -07:00 committed by Steven R. Loomis
parent 051d6a553e
commit 7f862281da

View file

@ -155,8 +155,9 @@
// such code the wrapper is itself defined as macros so that it's possible to
// build ICU 65 and later with the old macro behaviour, like this:
//
// CPPFLAGS='-DUPRV_BLOCK_MACRO_BEGIN="" -DUPRV_BLOCK_MACRO_END=""' \
// export CPPFLAGS='-DUPRV_BLOCK_MACRO_BEGIN="" -DUPRV_BLOCK_MACRO_END=""'
// runConfigureICU ...
//
/**
* \def UPRV_BLOCK_MACRO_BEGIN