Changeset 609 for branches/GNU/src/binutils/ld/ldmisc.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/ld/ldmisc.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* ldmisc.h - 2 Copyright 1991, 1992, 1993, 1994, 1996, 1997 2 Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2001 3 3 Free Software Foundation, Inc. 4 4 … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with GLD; see the file COPYING. If not, write to 19 the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 18 along with GLD; see the file COPYING. If not, write to the Free 19 Software Foundation, 59 Temple Place - Suite 330, Boston, 20 MA 02111-1307, USA. */ 20 21 21 22 #ifndef LDMISC_H 22 23 #define LDMISC_H 23 24 24 #ifdef ANSI_PROTOTYPES 25 extern bfd_boolean error_handler PARAMS ((int, const char *, ...)); 25 26 extern void einfo PARAMS ((const char *, ...)); 26 27 extern void minfo PARAMS ((const char *, ...)); 27 28 extern void info_msg PARAMS ((const char *, ...)); 28 29 extern void lfinfo PARAMS ((FILE *, const char *, ...)); 29 #else30 /* VARARGS*/31 extern void einfo ();32 /* VARARGS*/33 extern void minfo ();34 /* VARARGS*/35 extern void info_msg ();36 /*VARARGS*/37 extern void lfinfo ();38 #endif39 40 30 extern void info_assert PARAMS ((const char *, unsigned int)); 41 31 extern void yyerror PARAMS ((const char *)); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.