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:
Yves Arrouye 2002-03-20 01:57:01 +00:00
parent b8a6e7b62b
commit e19d5711bf

View file

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