ICU-1703 avoid /* in comment.
X-SVN-Rev: 7666
This commit is contained in:
parent
131e5d45fe
commit
a7f3ebaa68
@ -23,7 +23,7 @@
|
||||
|
||||
/* Uncomment the following line to disable renaming on platforms
|
||||
that do not use Autoconf. */
|
||||
/* #define U_DISABLE_RENAMING 1 /**/
|
||||
/* #define U_DISABLE_RENAMING 1 */
|
||||
|
||||
#if !U_DISABLE_RENAMING
|
||||
|
||||
|
@ -83,7 +83,7 @@ print HEADER <<"EndOfHeaderComment";
|
||||
|
||||
/* Uncomment the following line to disable renaming on platforms
|
||||
that do not use Autoconf. */
|
||||
/* #define U_DISABLE_RENAMING 1 /**/
|
||||
/* #define U_DISABLE_RENAMING 1 */
|
||||
|
||||
#if !U_DISABLE_RENAMING
|
||||
EndOfHeaderComment
|
||||
|
Loading…
Reference in New Issue
Block a user