Changeset 624
- Timestamp:
- Aug 17, 2003, 3:44:43 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/include/libiberty.h
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r623 r624 2 2 3 3 Copyright 2001, 2002 Free Software Foundation, Inc. 4 4 5 5 Note - certain prototypes declared in this header file are for 6 6 functions whoes implementation copyright does not belong to the … … 24 24 Foundation, Inc., 59 Temple Place - Suite 330, 25 25 Boston, MA 02111-1307, USA. 26 26 27 27 Written by Cygnus Support, 1994. 28 28 … … 75 75 is 1, we found it so don't provide any declaration at all. */ 76 76 #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) 78 78 extern char *basename PARAMS ((const char *)); 79 79 #else -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.