mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[z/OS] Make sure __alignas_is_defined and __alignof_is_defined are defined on z/OS. (#115368)
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
#ifndef __STDALIGN_H
|
||||
#define __STDALIGN_H
|
||||
|
||||
#if defined(__MVS__) && __has_include_next(<stdalign.h>)
|
||||
#include_next <stdalign.h>
|
||||
#else
|
||||
|
||||
#if defined(__cplusplus) || \
|
||||
(defined(__STDC_VERSION__) && __STDC_VERSION__ < 202311L)
|
||||
#ifndef __cplusplus
|
||||
@@ -25,5 +21,4 @@
|
||||
#define __alignof_is_defined 1
|
||||
#endif /* __STDC_VERSION__ */
|
||||
|
||||
#endif /* __MVS__ */
|
||||
#endif /* __STDALIGN_H */
|
||||
|
||||
Reference in New Issue
Block a user