From e5332ca65e2b66c88cb4cd27ce0faa8ad3f103c2 Mon Sep 17 00:00:00 2001 From: johnzz Date: Mon, 4 Aug 2014 14:16:26 +0800 Subject: [PATCH 1/2] Update zklua.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去掉无效的字符 --- zklua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zklua.c b/zklua.c index 6a32ffd..13ebb59 100644 --- a/zklua.c +++ b/zklua.c @@ -25,7 +25,7 @@ #include #include #endif -_ + #include "zklua.h" static FILE *zklua_log_stream = NULL; From c7350cdd394f90146ff659a2b6215f0dcf35821d Mon Sep 17 00:00:00 2001 From: johnzz Date: Mon, 4 Aug 2014 14:17:37 +0800 Subject: [PATCH 2/2] Update zklua.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重复include --- zklua.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/zklua.c b/zklua.c index 13ebb59..f30e064 100644 --- a/zklua.c +++ b/zklua.c @@ -17,9 +17,6 @@ * limitations under the License. */ -#include -#include -#include #ifndef WIN32 #include