This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] make/configure cleanup




> ? include/bits/istream.tcc.new

Odd, usually I only see that in 'cvs update' output, not 'cvs diff'.
Also:


> Index: include/c/std_ciso646.h
> ===================================================================
> ***************
> *** 28,38 ****
>   // the GNU General Public License.
>   
>   /** @file ciso646
> !  *  This is a Standard C++ Library file.  You should @c #include this file
>    *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
>    *
>    *  This is the C++ version of the Standard C Library header @c iso646.h,
>    *  and its contents are (mostly) the same as that header, but are all
>    *  contained in the namespace @c std.
>    */
> - 
> --- 28,37 ----
>   // the GNU General Public License.
>   
>   /** @file ciso646
> !  *  This is a Standard C++ Library file.  You should @c #include_next this file
>    *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
>    *
>    *  This is the C++ version of the Standard C Library header @c iso646.h,
>    *  and its contents are (mostly) the same as that header, but are all
>    *  contained in the namespace @c std.
>    */

Ehhh.... Search'n'replace error?  Surely <ciso646> shouldn't be
#include_next'd by end users?


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]