aboutsummaryrefslogtreecommitdiff
path: root/binutils/nlmconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/nlmconv.h')
-rw-r--r--binutils/nlmconv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/nlmconv.h b/binutils/nlmconv.h
index e465187..35c84ec 100644
--- a/binutils/nlmconv.h
+++ b/binutils/nlmconv.h
@@ -1,5 +1,5 @@
/* nlmconv.h -- header file for NLM conversion program
- Copyright 1993, 2002 Free Software Foundation, Inc.
+ Copyright 1993, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -78,7 +78,7 @@ extern char *rpc_file;
extern int parse_errors;
/* The parser. */
-extern int yyparse PARAMS ((void));
+extern int yyparse (void);
/* Tell the lexer what file to read. */
-extern bfd_boolean nlmlex_file PARAMS ((const char *));
+extern bfd_boolean nlmlex_file (const char *);