mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-158 C style comments
X-SVN-Rev: 256
This commit is contained in:
parent
f735bf0572
commit
c41d90475f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ typedef struct {
|
|||
} Line;
|
||||
|
||||
typedef struct {
|
||||
int32_t weight; // -(cost for token) + (number of occurences) * (length-1)
|
||||
int32_t weight; /* -(cost for token) + (number of occurences) * (length-1) */
|
||||
int16_t count;
|
||||
int16_t length;
|
||||
uint8_t *s;
|
||||
|
|
Loading…
Add table
Reference in a new issue