Fix compiler warnings
This commit is contained in:
parent
58aee91edf
commit
e1f91e1855
1 changed files with 1 additions and 1 deletions
|
@ -161,5 +161,5 @@ _PROTOTYPE(int yyparse, (void));
|
|||
_PROTOTYPE(int yylex, (void));
|
||||
|
||||
/* Other things... */
|
||||
_PROTOTYPE(int getopt, (int, char * const [], const char * ));
|
||||
_PROTOTYPE(int getopt, (int, char * [], char * ));
|
||||
|
||||
|
|
Loading…
Reference in a new issue