Skip to content

Commit 6ad2cbd

Browse files
committed
Add lua5.5 to c-api/compat-5.3.h
1 parent ad681cb commit 6ad2cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c-api/compat-5.3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ COMPAT53_API void luaL_requiref (lua_State *L, const char *modname,
416416

417417

418418
/* other Lua versions */
419-
#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 || LUA_VERSION_NUM > 505
419+
#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 || LUA_VERSION_NUM > 506
420420

421421
# error "unsupported Lua version (i.e. not Lua 5.1, 5.2, 5.3, 5.4, or 5.5)"
422422

0 commit comments

Comments
 (0)