diff options
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r-- | ld/ldlex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |