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/partition.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* List implementation of a partition of consecutive integers.
    2    Copyright (C) 2000, 2001 Free Software Foundation, Inc.
     2   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
    33   Contributed by CodeSourcery, LLC.
    44
    5    This file is part of GNU CC.
     5   This file is part of GCC.
    66
    7    GNU CC is free software; you can redistribute it and/or modify
     7   GCC is free software; you can redistribute it and/or modify
    88   it under the terms of the GNU General Public License as published by
    99   the Free Software Foundation; either version 2, or (at your option)
    1010   any later version.
    1111
    12    GNU CC is distributed in the hope that it will be useful,
     12   GCC is distributed in the hope that it will be useful,
    1313   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717   You should have received a copy of the GNU General Public License
    18    along with GNU CC; see the file COPYING.  If not, write to
     18   along with GCC; see the file COPYING.  If not, write to
    1919   the Free Software Foundation, 59 Temple Place - Suite 330,
    2020   Boston, MA 02111-1307, USA.  */
     
    4141#endif /* __cplusplus */
    4242
    43 #include <ansidecl.h>
     43#include "ansidecl.h"
    4444#include <stdio.h>
    4545
     
    7979    ((partition__)->elements[(element__)].class_element)
    8080
     81#ifdef __cplusplus
     82}
     83#endif /* __cplusplus */
     84
    8185#endif /* _PARTITION_H */
Note: See TracChangeset for help on using the changeset viewer.