From ca9b74a8b11546f9f587a9135b6d0f3a7644776f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 8 Nov 2001 18:20:33 +0000 Subject: [PATCH] ICU-1259 C can't handle //. Use /* */ instead. X-SVN-Rev: 6691 --- icu4c/source/test/cintltst/utransts.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/test/cintltst/utransts.c b/icu4c/source/test/cintltst/utransts.c index 59837cd9b35..fc91d12585c 100644 --- a/icu4c/source/test/cintltst/utransts.c +++ b/icu4c/source/test/cintltst/utransts.c @@ -171,12 +171,12 @@ static void TestOpenInverse(){ "Fullwidth-Halfwidth", "Greek-Latin" , "Latin-Greek", - //"Arabic-Latin", // Removed in 2.0 - //"Latin-Arabic", // Removed in 2.0 + /*"Arabic-Latin", // Removed in 2.0*/ + /*"Latin-Arabic", // Removed in 2.0*/ "Katakana-Latin", "Latin-Katakana", - //"Hebrew-Latin", // Removed in 2.0 - //"Latin-Hebrew", // Removed in 2.0 + /*"Hebrew-Latin", // Removed in 2.0*/ + /*"Latin-Hebrew", // Removed in 2.0*/ "Cyrillic-Latin", "Latin-Cyrillic", "Devanagari-Latin",