From 5074ee7c8a7f154273ed26815a8018df27dc03bb Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 8 Mar 2024 18:09:13 -0800 Subject: Improve cpp prelude. (#3725) --- prelude/slang-cpp-types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'prelude/slang-cpp-types.h') diff --git a/prelude/slang-cpp-types.h b/prelude/slang-cpp-types.h index ac66ad9f3..74a750b63 100644 --- a/prelude/slang-cpp-types.h +++ b/prelude/slang-cpp-types.h @@ -5,6 +5,9 @@ namespace SLANG_PRELUDE_NAMESPACE { #endif +#ifndef SLANG_FORCE_INLINE +# define SLANG_FORCE_INLINE inline +#endif #include "slang-cpp-types-core.h" -- cgit v1.2.3