Changeset 609 for branches/GNU/src/binutils/include/dyn-string.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/include/dyn-string.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* An abstract string datatype. 2 Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.2 Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. 3 3 Contributed by Mark Mitchell (mark@markmitchell.com). 4 4 5 This file is part of G NUCC.5 This file is part of GCC. 6 6 7 G NUCC is free software; you can redistribute it and/or modify7 GCC is free software; you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation; either version 2, or (at your option) 10 10 any later version. 11 11 12 G NUCC is distributed in the hope that it will be useful,12 GCC is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with G NUCC; see the file COPYING. If not, write to18 along with GCC; see the file COPYING. If not, write to 19 19 the Free Software Foundation, 59 Temple Place - Suite 330, 20 20 Boston, MA 02111-1307, USA. */ … … 46 46 demangler are given implementation-reserved names. */ 47 47 48 #if def IN_LIBGCC248 #if defined(IN_LIBGCC2) || defined(IN_GLIBCPP_V3) 49 49 50 50 #define dyn_string_init __cxa_dyn_string_init … … 67 67 #define dyn_string_eq __cxa_dyn_string_eq 68 68 69 #endif /* IN_LIBGCC2 */69 #endif /* IN_LIBGCC2 || IN_GLIBCPP_V3 */ 70 70 71 71 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.