summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-09 18:30:59 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-09 18:30:59 +0000
commit1e23cdf1e0f4a2f1fb70ca2a0ee0d8c7b7674b7b (patch)
treefeb5078a18eb455193dd1046cb3751b5e455de7c /gcc/diagnostic.h
parent6f82734839c35968efea5902f40dc89d1741a63c (diff)
downloadgcc-1e23cdf1e0f4a2f1fb70ca2a0ee0d8c7b7674b7b.tar.gz
Merged with trunk at 155111.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ifunc@155112 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r--gcc/diagnostic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index c2c08bc8496..0cfadb6fe51 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
/* Constants used to discriminate diagnostics. */
typedef enum
{
-#define DEFINE_DIAGNOSTIC_KIND(K, msgid) K,
+#define DEFINE_DIAGNOSTIC_KIND(K, msgid) K,
#include "diagnostic.def"
#undef DEFINE_DIAGNOSTIC_KIND
DK_LAST_DIAGNOSTIC_KIND
@@ -70,7 +70,7 @@ struct diagnostic_context
/* True if we should display the "warnings are being tread as error"
message, usually displayed once per compiler run. */
bool issue_warnings_are_errors_message;
-
+
/* True if it has been requested that warnings be treated as errors. */
bool warning_as_error_requested;