Skip to content

Commit

Permalink
mmm3
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed May 14, 2024
1 parent eda856b commit 020b46b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cluacov/deepactivelines.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 020b46b

Please sign in to comment.