Skip to content

Commit 7848b5e

Browse files
authored
ImportC: Add __alignof__ (#22827)
1 parent 16f3201 commit 7848b5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

druntime/src/importc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#define __volatile__ volatile
4040
#define __attribute __attribute__
4141
#define __alignof _Alignof
42+
#define __alignof__ _Alignof
4243
#define __vector_size__ vector_size
4344
#define __typeof typeof
4445
#define __typeof__ typeof

0 commit comments

Comments
 (0)