diff options
Diffstat (limited to 'src/compat.c')
-rw-r--r-- | src/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.c b/src/compat.c index bc5cc0e..c2d99cb 100644 --- a/src/compat.c +++ b/src/compat.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "compat.h" | 1 | #include "compat.h" |
2 | 2 | ||
3 | #if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM==501 | 3 | #if LUA_VERSION_NUM==501 |
4 | /* | 4 | /* |
5 | ** Adapted from Lua 5.2 | 5 | ** Adapted from Lua 5.2 |
6 | */ | 6 | */ |