diff options
Diffstat (limited to 'libstdc++-v3/include/c_std/std_cstring.h')
| -rw-r--r-- | libstdc++-v3/include/c_std/std_cstring.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c_std/std_cstring.h b/libstdc++-v3/include/c_std/std_cstring.h index c078326f5cd..934e491def6 100644 --- a/libstdc++-v3/include/c_std/std_cstring.h +++ b/libstdc++-v3/include/c_std/std_cstring.h @@ -1,6 +1,7 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 1997, 1998, 1999, 2000, 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 @@ -40,12 +41,13 @@ * contained in the namespace @c std. */ -#ifndef _CPP_CSTRING -#define _CPP_CSTRING 1 +#ifndef _CSTRING +#define _CSTRING 1 + +#pragma GCC system_header #include <cstddef> -#pragma GCC system_header #include <string.h> // Get rid of those macros defined in <string.h> in lieu of real functions. |

