aboutsummaryrefslogtreecommitdiff
path: root/ld/ldwarn.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldwarn.h')
-rw-r--r--ld/ldwarn.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/ld/ldwarn.h b/ld/ldwarn.h
index 955ae9d..b841ca5 100644
--- a/ld/ldwarn.h
+++ b/ld/ldwarn.h
@@ -1,5 +1,5 @@
-/*
- Copyright (C) 1991 Free Software Foundation, Inc.
+/* Warning support for the GNU Linker.
+ Copyright 1991, 1992 Free Software Foundation, Inc.
Written by Steve Chamberlain of Cygnus Support.
This file is part of GLD, the GNU linker.
@@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-void EXFUN(add_warning,(asymbol *));
-CONST char * EXFUN(fetch_warning,(asymbol *));
-void EXFUN(produce_warnings,(ldsym_type *, asymbol *));
+void add_warning PARAMS ((asymbol *));
+CONST char *fetch_warning PARAMS ((asymbol *));
+void produce_warnings PARAMS ((ldsym_type *, asymbol *));