public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Fix include guard in <experimental/system_error>
@ 2015-03-13 12:48 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2015-03-13 12:48 UTC (permalink / raw)
  To: libstdc++, gcc-patches; +Cc: ville.voutilainen

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

Ville spotted this mistake, committed to trunk.

[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 625 bytes --]

commit 6d2d6ae5c25e9cc71f2f3fa275a33b1ab805dfd9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Mar 13 12:31:46 2015 +0000

    	* include/experimental/system_error: Fix include guard.

diff --git a/libstdc++-v3/include/experimental/system_error b/libstdc++-v3/include/experimental/system_error
index 5c49ac7..ba3f8be 100644
--- a/libstdc++-v3/include/experimental/system_error
+++ b/libstdc++-v3/include/experimental/system_error
@@ -31,7 +31,7 @@
 //
 
 #ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
-#define _GLIBCXX_EXPERIMENTAL_CHRONO 1
+#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
 
 #pragma GCC system_header
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-13 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-13 12:48 [patch] Fix include guard in <experimental/system_error> Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).