diff --git a/druntime/src/importc.h b/druntime/src/importc.h index 858e502b9915..b7b82dbe6b39 100644 --- a/druntime/src/importc.h +++ b/druntime/src/importc.h @@ -41,6 +41,7 @@ #define __alignof _Alignof #define __vector_size__ vector_size #define __typeof typeof +#define __typeof__ typeof /******************** * Clang nullability extension used by macOS headers.