aboutsummaryrefslogtreecommitdiff
path: root/src/compat.c
diff options
context:
space:
mode:
authorDiego Nehab <diego@impa.br>2015-08-21 22:31:29 -0300
committerDiego Nehab <diego@impa.br>2015-08-21 22:31:29 -0300
commitb211838648c1cb092e96e3ae721932a212808d96 (patch)
treed83c909c5eaed8832743b1ce003ca8648a244121 /src/compat.c
parent9322eacefd719878ccfbc3220873a2a07af41291 (diff)
downloadluasocket-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.c2
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*/