aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/verify.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/verify.h b/lib/verify.h
index e5065ffa00b..3294b303505 100644
--- a/lib/verify.h
+++ b/lib/verify.h
@@ -204,7 +204,9 @@ template <int w>
204# if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert 204# if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert
205# define static_assert _Static_assert /* Draft C1X requires this #define. */ 205# define static_assert _Static_assert /* Draft C1X requires this #define. */
206# endif 206# endif
207# else 207# endif
208
209# ifdef _GL_VERIFY_H
208 210
209/* Each of these macros verifies that its argument R is nonzero. To 211/* Each of these macros verifies that its argument R is nonzero. To
210 be portable, R should be an integer constant expression. Unlike 212 be portable, R should be an integer constant expression. Unlike