From f76e9f2ede76a189d48ddd4f2275442d8e849815 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 13 May 2019 17:39:46 -0700 Subject: [PATCH] [icu] Comment --- src/hb-icu.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-icu.cc b/src/hb-icu.cc index d6e8ec7b6..399829a81 100644 --- a/src/hb-icu.cc +++ b/src/hb-icu.cc @@ -49,7 +49,8 @@ * Functions for using HarfBuzz with the ICU library to provide Unicode data. **/ -/* ICU doesn't do-while(0) around their statements. Ouch! */ +/* ICU doesn't do-while(0) around their statements. Ugh! + * https://unicode-org.atlassian.net/browse/CLDR-13027 */ #define HB_ICU_STMT(S) do { S } while (0) hb_script_t