mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8112 moved by srl, incorrectly filed under #1578: fixed double commas, MSVC does not like them
X-SVN-Rev: 8139
This commit is contained in:
parent
b8a6e7b62b
commit
e19d5711bf
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static UOption options[]={
|
|||
UOPTION_HELP_QUESTION_MARK,
|
||||
UOPTION_DESTDIR,
|
||||
UOPTION_DEF("name", 'n', UOPT_REQUIRES_ARG),
|
||||
UOPTION_DEF( "entrypoint", 'e', UOPT_REQUIRES_ARG),
|
||||
UOPTION_DEF( "entrypoint", 'e', UOPT_REQUIRES_ARG)
|
||||
#ifdef CAN_GENERATE_OBJECTS
|
||||
/*5*/, UOPTION_DEF("object", 'o', UOPT_NO_ARG)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue