]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/c_std/csetjmp
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / include / c_std / csetjmp
index c5a91bd068336ad7be12382e829b96ba1cb52d88..298cd47ddeac9d8911fd67a17d63f3e258389b61 100644 (file)
@@ -1,7 +1,6 @@
 // -*- C++ -*- forwarding header.
 
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-// 2009, 2010  Free Software Foundation, Inc.
+// Copyright (C) 1997-2014 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
 #define setjmp(env) setjmp (env)
 #endif
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
-
+namespace std
+{
   using ::jmp_buf;
   using ::longjmp;
-
-_GLIBCXX_END_NAMESPACE
+} // namespace std
 
 #endif