From: Glenn Morris Date: Sun, 31 Mar 2013 10:17:42 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~526^2~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ea3f01e74cbae9dc1366a07aea09d9665167981;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/configure b/autogen/configure index 126248beced..23685c523ac 100755 --- a/autogen/configure +++ b/autogen/configure @@ -23965,8 +23965,9 @@ else #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