diff options
author | Diego Nehab <diego@impa.br> | 2015-08-21 22:31:29 -0300 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2015-08-21 22:31:29 -0300 |
commit | b211838648c1cb092e96e3ae721932a212808d96 (patch) | |
tree | d83c909c5eaed8832743b1ce003ca8648a244121 /src/compat.c | |
parent | 9322eacefd719878ccfbc3220873a2a07af41291 (diff) | |
download | luasocket-b211838648c1cb092e96e3ae721932a212808d96.tar.gz luasocket-b211838648c1cb092e96e3ae721932a212808d96.tar.bz2 luasocket-b211838648c1cb092e96e3ae721932a212808d96.zip |
Fix rockspec and serial.c module.
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 | */ |