mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
C style comments
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/158 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@256 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
5d5f3fa5e9
commit
78ce78a170
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