Changeset 609 for branches/GNU/src/binutils/libiberty/dyn-string.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/dyn-string.c
-
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 … … 10 10 any later version. 11 11 12 In addition to the permissions in the GNU General Public License, the 13 Free Software Foundation gives you unlimited permission to link the 14 compiled version of this file into combinations with other programs, 15 and to distribute those combinations without any restriction coming 16 from the use of this file. (The General Public License restrictions 17 do apply in other respects; for example, they cover modification of 18 the file, and distribution when not linked into a combined 19 executable.) 20 12 21 GNU CC is distributed in the hope that it will be useful, 13 22 but WITHOUT ANY WARRANTY; without even the implied warranty of … … 42 51 through the call chain. */ 43 52 44 #if def IN_LIBGCC253 #if defined(IN_LIBGCC2) || defined(IN_GLIBCPP_V3) 45 54 #define RETURN_ON_ALLOCATION_FAILURE 46 55 #endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.