ICU-5913 Use C comments instead of C++ comments.
X-SVN-Rev: 22992
This commit is contained in:
parent
8fafa9c595
commit
1c53993fe7
@ -1,7 +1,7 @@
|
||||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2001-2006, International Business Machines
|
||||
* Copyright (C) 2001-2007, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
@ -122,7 +122,7 @@ typedef struct {
|
||||
UColToken *varTop;
|
||||
USet *copySet;
|
||||
USet *removeSet;
|
||||
UBool buildCCTabFlag; // Tailoring rule requirs building combining class table.
|
||||
UBool buildCCTabFlag; /* Tailoring rule requirs building combining class table. */
|
||||
} UColTokenParser;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user