mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 03:13:24 +00:00
* lib/verify.h: Merge from gnulib.
This commit is contained in:
parent
4f91a8160f
commit
2df215b526
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* lib/verify.h: Merge from gnulib.
|
||||||
|
|
||||||
2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
|
* lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
|
||||||
|
|
|
@ -204,7 +204,9 @@ template <int w>
|
||||||
# if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert
|
# if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert
|
||||||
# define static_assert _Static_assert /* Draft C1X requires this #define. */
|
# define static_assert _Static_assert /* Draft C1X requires this #define. */
|
||||||
# endif
|
# endif
|
||||||
# else
|
# endif
|
||||||
|
|
||||||
|
# ifdef _GL_VERIFY_H
|
||||||
|
|
||||||
/* Each of these macros verifies that its argument R is nonzero. To
|
/* Each of these macros verifies that its argument R is nonzero. To
|
||||||
be portable, R should be an integer constant expression. Unlike
|
be portable, R should be an integer constant expression. Unlike
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue