mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-4078 Remove unused strings.
X-SVN-Rev: 16330
This commit is contained in:
parent
8066655515
commit
1ca3116228
2 changed files with 2 additions and 2 deletions
|
@ -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 "") {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue