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/libiberty/dyn-string.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* 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.
    33   Contributed by Mark Mitchell (mark@markmitchell.com).
    44
     
    1010any later version.
    1111
     12In addition to the permissions in the GNU General Public License, the
     13Free Software Foundation gives you unlimited permission to link the
     14compiled version of this file into combinations with other programs,
     15and to distribute those combinations without any restriction coming
     16from the use of this file.  (The General Public License restrictions
     17do apply in other respects; for example, they cover modification of
     18the file, and distribution when not linked into a combined
     19executable.)
     20
    1221GNU CC is distributed in the hope that it will be useful,
    1322but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    4251   through the call chain.  */
    4352
    44 #ifdef IN_LIBGCC2
     53#if defined(IN_LIBGCC2) || defined(IN_GLIBCPP_V3)
    4554#define RETURN_ON_ALLOCATION_FAILURE
    4655#endif
Note: See TracChangeset for help on using the changeset viewer.