[ICU-158] C style comments

X-Commit-URL: https://ssl.icu-project.org/trac/changeset/256
This commit is contained in:
Steven R. Loomis 1999-11-24 19:26:28 +00:00
parent 089cf857bb
commit 65a0e3fc11

View file

@ -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;