diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-23 10:49:48 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-23 10:49:48 +0000 |
commit | b3fba3cd910887e6f0a93df245c37cd654df3635 (patch) | |
tree | 915ca394374373a095612e1445e1f45154f3d0a5 /gcc/system.h | |
parent | 3ac3d9055e4c68394d4c0e134a64449f170fd3cf (diff) | |
download | gcc-b3fba3cd910887e6f0a93df245c37cd654df3635.tar.gz |
Formatting and typo fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@209691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index eb0cb6f1d52..8b5089a28d7 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -717,7 +717,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; #define STATIC_CONSTANT_P(X) (false && (X)) #endif -/* Until we can use STATIC_ASSERT. */ +/* Until we can use C++11's static_assert. */ #define STATIC_ASSERT(X) \ typedef int assertion1[(X) ? 1 : -1] ATTRIBUTE_UNUSED |