From 602caab9bd494f3d70b6b906b0bada1be998dfe2 Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Mon, 7 Oct 2024 13:08:42 +0800 Subject: [PATCH] [importc.h] #define __typeof__ typeof --- runtime/druntime/src/importc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/druntime/src/importc.h b/runtime/druntime/src/importc.h index 858e502b99..b7b82dbe6b 100644 --- a/runtime/druntime/src/importc.h +++ b/runtime/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.