diff options
Diffstat (limited to 'libstdc++-v3/include/c/std_ciso646.h')
-rw-r--r-- | libstdc++-v3/include/c/std_ciso646.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c/std_ciso646.h b/libstdc++-v3/include/c/std_ciso646.h index c9f49fb6fc3..ed9f72ec53f 100644 --- a/libstdc++-v3/include/c/std_ciso646.h +++ b/libstdc++-v3/include/c/std_ciso646.h @@ -1,6 +1,6 @@ -// -*- C++ -*- std header. +// -*- C++ -*- forwarding header. -// Copyright (C) 2001 Free Software Foundation, Inc. +// Copyright (C) 2001, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -28,11 +28,10 @@ // the GNU General Public License. /** @file ciso646 - * This is a Standard C++ Library file. You should @c #include this file + * 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. */ - |