Auto-commit of generated files.
This commit is contained in:
parent
9275998872
commit
6ea3f01e74
1 changed files with 3 additions and 2 deletions
5
autogen/configure
vendored
5
autogen/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue