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/include/dyn-string.h

    • 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
    5 This file is part of GNU CC.
     5This file is part of GCC.
    66   
    7 GNU CC is free software; you can redistribute it and/or modify
     7GCC is free software; you can redistribute it and/or modify
    88it under the terms of the GNU General Public License as published by
    99the Free Software Foundation; either version 2, or (at your option)
    1010any later version.
    1111
    12 GNU CC is distributed in the hope that it will be useful,
     12GCC is distributed in the hope that it will be useful,
    1313but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717You should have received a copy of the GNU General Public License
    18 along with GNU CC; see the file COPYING.  If not, write to
     18along with GCC; see the file COPYING.  If not, write to
    1919the Free Software Foundation, 59 Temple Place - Suite 330,
    2020Boston, MA 02111-1307, USA.  */
     
    4646   demangler are given implementation-reserved names.  */
    4747
    48 #ifdef IN_LIBGCC2
     48#if defined(IN_LIBGCC2) || defined(IN_GLIBCPP_V3)
    4949
    5050#define dyn_string_init                 __cxa_dyn_string_init
     
    6767#define dyn_string_eq                   __cxa_dyn_string_eq
    6868
    69 #endif /* IN_LIBGCC2 */
     69#endif /* IN_LIBGCC2 || IN_GLIBCPP_V3 */
    7070
    7171
Note: See TracChangeset for help on using the changeset viewer.