emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112199: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112199: Auto-commit of generated files.
Date: Sun, 31 Mar 2013 06:17:42 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112199
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-03-31 06:17:42 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2013-03-27 10:17:37 +0000
+++ b/autogen/configure 2013-03-31 10:17:42 +0000
@@ -23965,8 +23965,9 @@
             #if \
                 (__GNUC__ || __IBMC__ || __IBMCPP__ \
                  || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
-              int alignas (8) alignas_int = 1;
-              char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1];
+              struct alignas_test { char c; char alignas (8) alignas_8; };
+              char test_alignas[offsetof (struct alignas_test, alignas_8) == 8
+                                ? 1 : -1];
             #endif
 
 int


reply via email to

[Prev in Thread] Current Thread [Next in Thread]