summaryrefslogtreecommitdiff
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
commit6aa302930e84a9e41f31d78ac69e1a9c458c460e (patch)
tree388adc24ca126d7939bf92cba074b7bbedeb7ad0 /ld/ldlex.h
parent691a20423219898fc37ec269bac68f9db7c715ee (diff)
downloadbinutils-redhat-6aa302930e84a9e41f31d78ac69e1a9c458c460e.tar.gz
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 53444cacad..9990ddd592 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