mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
Fix dependencies.txt
This commit is contained in:
parent
778565e94e
commit
d4929069a4
2 changed files with 4 additions and 4 deletions
|
@ -308,7 +308,7 @@ private:
|
|||
int32_t fMatch;
|
||||
};
|
||||
|
||||
struct SingleUnit {
|
||||
struct SingleUnit : public UMemory {
|
||||
int8_t power = 1;
|
||||
UMeasureSIPrefix siPrefix = UMEASURE_SI_PREFIX_ONE;
|
||||
int32_t simpleUnitIndex = 0;
|
||||
|
@ -372,7 +372,7 @@ struct SingleUnit {
|
|||
}
|
||||
};
|
||||
|
||||
class CompoundUnit {
|
||||
class CompoundUnit : public UMemory {
|
||||
public:
|
||||
typedef MaybeStackVector<SingleUnit, 3> SingleUnitList;
|
||||
|
||||
|
@ -464,7 +464,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
class SequenceUnit {
|
||||
class SequenceUnit : public UMemory {
|
||||
public:
|
||||
typedef MaybeStackVector<CompoundUnit, 3> CompoundUnitList;
|
||||
|
||||
|
|
|
@ -1057,7 +1057,7 @@ group: sharedbreakiterator
|
|||
group: units_extra
|
||||
measunit_extra.o
|
||||
deps
|
||||
units
|
||||
units ucharstriebuilder ucharstrie uclean_i18n
|
||||
|
||||
group: units
|
||||
measunit.o currunit.o nounit.o
|
||||
|
|
Loading…
Add table
Reference in a new issue