aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlex.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-28 19:54:33 +0000
committerNick Clifton <nickc@redhat.com>2000-12-28 19:54:33 +0000
commite4897a3288f37d5f69e8acd256a6e83e607fe8d8 (patch)
treed6fcfbe5ec48127460d93025d15ced85f8e95ee9 /ld/ldlex.h
parent149fe25ee94d47858761726166e32626278fb97a (diff)
downloadfsf-binutils-gdb-e4897a3288f37d5f69e8acd256a6e83e607fe8d8.zip
fsf-binutils-gdb-e4897a3288f37d5f69e8acd256a6e83e607fe8d8.tar.gz
fsf-binutils-gdb-e4897a3288f37d5f69e8acd256a6e83e607fe8d8.tar.bz2
Requre that long options starting with 'o' only accept a double dash prefix.
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r--ld/ldlex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlex.h b/ld/ldlex.h
index 53444ca..9990ddd 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