From 131154f878b7f63277bd97520500414047a814fa Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 19 Feb 2022 16:02:29 +0900 Subject: Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE` `UNREACHABLE` in ruby/internal/has/builtin.h is only used as just a flag now, and redefined in ruby/backward/2/assume.h then. --- win32/Makefile.sub | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a339061459..06d12099bb 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -702,7 +702,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define ALWAYS_INLINE(x) __forceinline x #define WARN_UNUSED_RESULT(x) x #define MAYBE_UNUSED(x) x -#define UNREACHABLE __assume(0) #define ASSUME(x) __assume(!!(x)) #define FUNC_STDCALL(x) __stdcall x #define FUNC_CDECL(x) __cdecl x -- cgit v1.2.3