Requre that long options starting with 'o' only accept a double dash prefix.

This commit is contained in:
Nick Clifton
2000-12-28 19:54:33 +00:00
parent 149fe25ee9
commit e4897a3288
4 changed files with 76 additions and 20 deletions

View File

@@ -57,6 +57,6 @@ extern void lex_unput PARAMS ((int));
#ifndef yywrap
extern int yywrap PARAMS ((void));
#endif
extern void parse_args PARAMS ((int, char **));
extern void parse_args PARAMS ((unsigned, char **));
#endif