From 1ca31162287ef87ea74dca7b849232e3e3af42aa Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 15 Sep 2004 18:14:51 +0000 Subject: [PATCH] ICU-4078 Remove unused strings. X-SVN-Rev: 16330 --- icu4c/source/common/rbbicst.pl | 2 +- icu4c/source/common/rbbirpt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/rbbicst.pl b/icu4c/source/common/rbbicst.pl index 4b33fb1f041..f4a894f8c6b 100755 --- a/icu4c/source/common/rbbicst.pl +++ b/icu4c/source/common/rbbicst.pl @@ -389,7 +389,7 @@ else # # This array is used for producing debugging output from the rule parser. # - print "#ifndef RBBI_DEBUG\n"; + print "#ifdef RBBI_DEBUG\n"; print "static const char * const RBBIRuleStateNames[] = {"; for ($state=0; $state<$num_states; $state++) { if ($stateNames[$state] ne "") { diff --git a/icu4c/source/common/rbbirpt.h b/icu4c/source/common/rbbirpt.h index 77122f00b29..6f754eaae59 100644 --- a/icu4c/source/common/rbbirpt.h +++ b/icu4c/source/common/rbbirpt.h @@ -171,7 +171,7 @@ static const struct RBBIRuleTableEl gRuleParseStateTable[] = { , {doRuleErrorAssignExpr, 255, 95,0, FALSE} // 94 , {doExit, 255, 95,0, TRUE} // 95 errorDeath }; -#ifndef RBBI_DEBUG +#ifdef RBBI_DEBUG static const char * const RBBIRuleStateNames[] = { 0, "start", 0,