From 7f862281dae084f827b3a17e19f8e04244830bb6 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 25 Sep 2019 10:45:08 -0700 Subject: [PATCH] ICU-20813 Fix Multi-line comment in umachine.h - This comment failed on gcc. Split it into two lines. --- icu4c/source/common/unicode/umachine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/umachine.h b/icu4c/source/common/unicode/umachine.h index 54140088945..c52984cef39 100644 --- a/icu4c/source/common/unicode/umachine.h +++ b/icu4c/source/common/unicode/umachine.h @@ -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