Revert "Add max_align_t to stddef.h"
max_align_t is C11 not C99 and the name is not reserved by C99.
This reverts commit 7eceba178d
.
This commit is contained in:
parent
7eceba178d
commit
7369cfc490
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||||
typedef __PTRDIFF_TYPE__ intptr_t;
|
typedef __PTRDIFF_TYPE__ intptr_t;
|
||||||
typedef __SIZE_TYPE__ uintptr_t;
|
typedef __SIZE_TYPE__ uintptr_t;
|
||||||
|
|
||||||
typedef union { long long __ll; long double __ld; } max_align_t;
|
|
||||||
|
|
||||||
#ifndef __int8_t_defined
|
#ifndef __int8_t_defined
|
||||||
#define __int8_t_defined
|
#define __int8_t_defined
|
||||||
typedef signed char int8_t;
|
typedef signed char int8_t;
|
||||||
|
|
Loading…
Add table
Reference in a new issue