diff options
| author | rus <rus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-09 20:58:24 +0000 |
|---|---|---|
| committer | rus <rus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-09 20:58:24 +0000 |
| commit | 7f4db7c80779ecbc57d1146654daf0acfe18de66 (patch) | |
| tree | 3af522a3b5e149c3fd498ecb1255994daae2129a /libstdc++-v3/include/c_global | |
| parent | 611349f0ec42a37591db2cd02974a11a48d10edb (diff) | |
| download | gcc-profile-stdlib.tar.gz | |
merge from trunkprofile-stdlib
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@154052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_global')
| -rw-r--r-- | libstdc++-v3/include/c_global/cassert | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cctype | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cerrno | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cfloat | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/ciso646 | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/climits | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/clocale | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cmath | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/csetjmp | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/csignal | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cstdarg | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cstdatomic | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cstddef | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cstdio | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cstdlib | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cstring | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/ctime | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cwchar | 2 | ||||
| -rw-r--r-- | libstdc++-v3/include/c_global/cwctype | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/libstdc++-v3/include/c_global/cassert b/libstdc++-v3/include/c_global/cassert index 186de0fbcd1..231e419efb5 100644 --- a/libstdc++-v3/include/c_global/cassert +++ b/libstdc++-v3/include/c_global/cassert @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file cassert - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c assert.h, diff --git a/libstdc++-v3/include/c_global/cctype b/libstdc++-v3/include/c_global/cctype index 44ef4d4a0f2..bfe45929e3c 100644 --- a/libstdc++-v3/include/c_global/cctype +++ b/libstdc++-v3/include/c_global/cctype @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cctype - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c ctype.h, diff --git a/libstdc++-v3/include/c_global/cerrno b/libstdc++-v3/include/c_global/cerrno index 371642936cf..f02d732079c 100644 --- a/libstdc++-v3/include/c_global/cerrno +++ b/libstdc++-v3/include/c_global/cerrno @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file cerrno - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c errno.h, diff --git a/libstdc++-v3/include/c_global/cfloat b/libstdc++-v3/include/c_global/cfloat index 54eb7788746..7f551446cb3 100644 --- a/libstdc++-v3/include/c_global/cfloat +++ b/libstdc++-v3/include/c_global/cfloat @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cfloat - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c float.h, diff --git a/libstdc++-v3/include/c_global/ciso646 b/libstdc++-v3/include/c_global/ciso646 index a3c3f9b7794..bb7e6294fd8 100644 --- a/libstdc++-v3/include/c_global/ciso646 +++ b/libstdc++-v3/include/c_global/ciso646 @@ -23,7 +23,7 @@ // <http://www.gnu.org/licenses/>. /** @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 this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c iso646.h, diff --git a/libstdc++-v3/include/c_global/climits b/libstdc++-v3/include/c_global/climits index 943d69e522f..1bbe6cf27a5 100644 --- a/libstdc++-v3/include/c_global/climits +++ b/libstdc++-v3/include/c_global/climits @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/climits - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c limits.h, diff --git a/libstdc++-v3/include/c_global/clocale b/libstdc++-v3/include/c_global/clocale index eb955c9b181..52d2b9d2148 100644 --- a/libstdc++-v3/include/c_global/clocale +++ b/libstdc++-v3/include/c_global/clocale @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file clocale - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c locale.h, diff --git a/libstdc++-v3/include/c_global/cmath b/libstdc++-v3/include/c_global/cmath index a5c31c436d7..2568d6b3bf6 100644 --- a/libstdc++-v3/include/c_global/cmath +++ b/libstdc++-v3/include/c_global/cmath @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cmath - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c math.h, diff --git a/libstdc++-v3/include/c_global/csetjmp b/libstdc++-v3/include/c_global/csetjmp index 6d7ecab47b6..c643d1b437a 100644 --- a/libstdc++-v3/include/c_global/csetjmp +++ b/libstdc++-v3/include/c_global/csetjmp @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file csetjmp - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c setjmp.h, diff --git a/libstdc++-v3/include/c_global/csignal b/libstdc++-v3/include/c_global/csignal index 41af5e694a4..147b5b61859 100644 --- a/libstdc++-v3/include/c_global/csignal +++ b/libstdc++-v3/include/c_global/csignal @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file csignal - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c signal.h, diff --git a/libstdc++-v3/include/c_global/cstdarg b/libstdc++-v3/include/c_global/cstdarg index 73327b1a353..c61a866bfe7 100644 --- a/libstdc++-v3/include/c_global/cstdarg +++ b/libstdc++-v3/include/c_global/cstdarg @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cstdarg - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c stdarg.h, diff --git a/libstdc++-v3/include/c_global/cstdatomic b/libstdc++-v3/include/c_global/cstdatomic index 7489d97c07d..c2aea8f02c2 100644 --- a/libstdc++-v3/include/c_global/cstdatomic +++ b/libstdc++-v3/include/c_global/cstdatomic @@ -24,7 +24,7 @@ // <http://www.gnu.org/licenses/>. /** @file cstdatomic - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c stdatomic.h, diff --git a/libstdc++-v3/include/c_global/cstddef b/libstdc++-v3/include/c_global/cstddef index bb16e75e0ac..6beb52588bc 100644 --- a/libstdc++-v3/include/c_global/cstddef +++ b/libstdc++-v3/include/c_global/cstddef @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file cstddef - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c stddef.h, diff --git a/libstdc++-v3/include/c_global/cstdio b/libstdc++-v3/include/c_global/cstdio index ff5a635a152..b17f5ccf864 100644 --- a/libstdc++-v3/include/c_global/cstdio +++ b/libstdc++-v3/include/c_global/cstdio @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cstdio - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c stdio.h, diff --git a/libstdc++-v3/include/c_global/cstdlib b/libstdc++-v3/include/c_global/cstdlib index e252d089e75..0e0d7d5c18c 100644 --- a/libstdc++-v3/include/c_global/cstdlib +++ b/libstdc++-v3/include/c_global/cstdlib @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cstdlib - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c stdlib.h, diff --git a/libstdc++-v3/include/c_global/cstring b/libstdc++-v3/include/c_global/cstring index de0ce2425e3..acd6166b15f 100644 --- a/libstdc++-v3/include/c_global/cstring +++ b/libstdc++-v3/include/c_global/cstring @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file cstring - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c string.h, diff --git a/libstdc++-v3/include/c_global/ctime b/libstdc++-v3/include/c_global/ctime index e236cf48367..8430dc84234 100644 --- a/libstdc++-v3/include/c_global/ctime +++ b/libstdc++-v3/include/c_global/ctime @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/ctime - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c time.h, diff --git a/libstdc++-v3/include/c_global/cwchar b/libstdc++-v3/include/c_global/cwchar index f7f07c3caf5..f2f36cfc75c 100644 --- a/libstdc++-v3/include/c_global/cwchar +++ b/libstdc++-v3/include/c_global/cwchar @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cwchar - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c wchar.h, diff --git a/libstdc++-v3/include/c_global/cwctype b/libstdc++-v3/include/c_global/cwctype index 4e94fec3426..ffc75c82ba5 100644 --- a/libstdc++-v3/include/c_global/cwctype +++ b/libstdc++-v3/include/c_global/cwctype @@ -25,7 +25,7 @@ // <http://www.gnu.org/licenses/>. /** @file include/cwctype - * This is a Standard C++ Library file. You should @c #include this file + * This is a Standard C++ Library file. You should @c \#include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c wctype.h, |
