Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/ld/ldmisc.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* ldmisc.h -
    2    Copyright 1991, 1992, 1993, 1994, 1996, 1997
     2   Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2001
    33   Free Software Foundation, Inc.
    44
     
    1616
    1717   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.  */
    2021
    2122#ifndef LDMISC_H
    2223#define LDMISC_H
    2324
    24 #ifdef ANSI_PROTOTYPES
     25extern bfd_boolean error_handler PARAMS ((int, const char *, ...));
    2526extern void einfo PARAMS ((const char *, ...));
    2627extern void minfo PARAMS ((const char *, ...));
    2728extern void info_msg PARAMS ((const char *, ...));
    2829extern void lfinfo PARAMS ((FILE *, const char *, ...));
    29 #else
    30 /* 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 #endif
    39 
    4030extern void info_assert PARAMS ((const char *, unsigned int));
    4131extern void yyerror PARAMS ((const char *));
Note: See TracChangeset for help on using the changeset viewer.