From 020b46b300866b366f664d1985495fd3d91e8148 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 14 May 2024 12:51:13 -0300 Subject: [PATCH] mmm3 --- src/cluacov/deepactivelines.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/cluacov/deepactivelines.c b/src/cluacov/deepactivelines.c index 05ebada..d5944f2 100644 --- a/src/cluacov/deepactivelines.c +++ b/src/cluacov/deepactivelines.c @@ -12,10 +12,8 @@ #include "lua52/lobject.h" #elif LUA_VERSION_NUM == 503 #include "lua53/lobject.h" -#elif LUA_VERSION_RELEASE_NUM >= 50404 -#include "lua-5.4.6/lobject.h" #elif LUA_VERSION_NUM == 504 -#include "lua54/lobject.h" +#include "lua-5.4.6/lobject.h" #else #error unsupported Lua version #endif