mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-20813 Fix Multi-line comment in umachine.h
- This comment failed on gcc. Split it into two lines.
This commit is contained in:
parent
051d6a553e
commit
7f862281da
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue