aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-30 06:17:45 -0400
committerGlenn Morris2012-09-30 06:17:45 -0400
commit0e8bc990346ed3d77915251b21ec04f7ed10dba3 (patch)
treed1f49f191538cb1f83402b8486d52afcdf83a11a
parent48de8b12215e22390db1bc822e809708070ab938 (diff)
downloademacs-0e8bc990346ed3d77915251b21ec04f7ed10dba3.tar.gz
emacs-0e8bc990346ed3d77915251b21ec04f7ed10dba3.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 8852686c360..8a8799db1cf 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -1522,7 +1522,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1522 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. 1522 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
1523 _GL_INLINE_HEADER_END contains useful stuff to put 1523 _GL_INLINE_HEADER_END contains useful stuff to put
1524 in the same include file, after uses of _GL_INLINE. */ 1524 in the same include file, after uses of _GL_INLINE. */
1525#if __GNUC__ ? __GNUC_STDC_INLINE__ : 199901L <= __STDC_VERSION__ 1525#if (__GNUC__ \
1526 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1527 : 199901L <= __STDC_VERSION__)
1526# define _GL_INLINE inline 1528# define _GL_INLINE inline
1527# define _GL_EXTERN_INLINE extern inline 1529# define _GL_EXTERN_INLINE extern inline
1528#elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__) 1530#elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__)
@@ -1539,7 +1541,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1539#endif 1541#endif
1540 1542
1541#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__) 1543#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1542# if __GNUC_STDC_INLINE__ 1544# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1543# define _GL_INLINE_HEADER_CONST_PRAGMA 1545# define _GL_INLINE_HEADER_CONST_PRAGMA
1544# else 1546# else
1545# define _GL_INLINE_HEADER_CONST_PRAGMA \ 1547# define _GL_INLINE_HEADER_CONST_PRAGMA \