ICU-1752 C comments

X-SVN-Rev: 7938
This commit is contained in:
Steven R. Loomis 2002-03-11 23:52:03 +00:00
parent 1c6e1c40fb
commit 1f599f9a68

View File

@ -79,9 +79,11 @@ struct UColToken {
UChar *rulesToParse;
};
// This is a token that has been parsed
// but not yet processed. Used to reduce
// the number of arguments in the parser
/*
* This is a token that has been parsed
* but not yet processed. Used to reduce
* the number of arguments in the parser
*/
typedef struct {
uint32_t strength;
uint32_t charsOffset;