Changeset 624


Ignore:
Timestamp:
Aug 17, 2003, 3:44:43 AM (22 years ago)
Author:
bird
Message:

#597: silenced compiler warning on basename() proto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/include/libiberty.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r623 r624  
    22
    33   Copyright 2001, 2002 Free Software Foundation, Inc.
    4    
     4
    55   Note - certain prototypes declared in this header file are for
    66   functions whoes implementation copyright does not belong to the
     
    2424   Foundation, Inc., 59 Temple Place - Suite 330,
    2525   Boston, MA 02111-1307, USA.
    26    
     26
    2727   Written by Cygnus Support, 1994.
    2828
     
    7575   is 1, we found it so don't provide any declaration at all.  */
    7676#if !HAVE_DECL_BASENAME
    77 #if defined (__GNU_LIBRARY__ ) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__NetBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (HAVE_DECL_BASENAME)
     77#if defined (__GNU_LIBRARY__ ) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__NetBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (__EMX__) || defined (HAVE_DECL_BASENAME)
    7878extern char *basename PARAMS ((const char *));
    7979#else
Note: See TracChangeset for help on using the changeset viewer.