diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-28 19:54:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-28 19:54:33 +0000 |
commit | e4897a3288f37d5f69e8acd256a6e83e607fe8d8 (patch) | |
tree | d6fcfbe5ec48127460d93025d15ced85f8e95ee9 /ld/ldlex.h | |
parent | 149fe25ee94d47858761726166e32626278fb97a (diff) | |
download | binutils-e4897a3288f37d5f69e8acd256a6e83e607fe8d8.tar.gz binutils-e4897a3288f37d5f69e8acd256a6e83e607fe8d8.tar.bz2 binutils-e4897a3288f37d5f69e8acd256a6e83e607fe8d8.zip |
Requre that long options starting with 'o' only accept a double dash prefix.
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r-- | ld/ldlex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlex.h b/ld/ldlex.h index 53444cacad7..9990ddd5922 100644 --- a/ld/ldlex.h +++ b/ld/ldlex.h @@ -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 |