aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-05-23 14:53:22 -0700
committerPaul Eggert2011-05-23 14:53:22 -0700
commit2df215b52612a739eedcc024e47b6a9fa720dfda (patch)
tree2ea97b6d6f1a22563b47c7640e0bbadc593967e1
parent4f91a8160fe71295b7ad4d6e3f90f004caa3546c (diff)
downloademacs-2df215b52612a739eedcc024e47b6a9fa720dfda.tar.gz
emacs-2df215b52612a739eedcc024e47b6a9fa720dfda.zip
* lib/verify.h: Merge from gnulib.
-rw-r--r--ChangeLog4
-rw-r--r--lib/verify.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3c17418bd7..9f7fa0501c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lib/verify.h: Merge from gnulib.
4
12011-05-22 Paul Eggert <eggert@cs.ucla.edu> 52011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4: 7 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
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