Update luaa.h

Co-authored-by: ShayAgros <37025016+ShayAgros@users.noreply.github.com>
This commit is contained in:
Emmanuel Lepage Vallée 2021-04-21 22:52:35 -07:00 committed by GitHub
parent ba923cb80d
commit 47fd7797b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
luaa.h
View File

@ -32,7 +32,7 @@
#include "common/luaclass.h"
#if !(501 <= LUA_VERSION_NUM && LUA_VERSION_NUM < 504)
print("Awesome only supports Lua versions 5.1-5.3, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building")
#error "Awesome only supports Lua versions 5.1-5.3 and LuaJIT2, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building"
#endif
#define luaA_deprecate(L, repl) \