aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/llthread.c2
-rw-r--r--src/lua/llthreads2/ex.lua2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/llthread.c b/src/llthread.c
index 33eab4f..5216660 100644
--- a/src/llthread.c
+++ b/src/llthread.c
@@ -5,7 +5,7 @@
5#define LLTHREAD_VERSION_MAJOR 0 5#define LLTHREAD_VERSION_MAJOR 0
6#define LLTHREAD_VERSION_MINOR 1 6#define LLTHREAD_VERSION_MINOR 1
7#define LLTHREAD_VERSION_PATCH 2 7#define LLTHREAD_VERSION_PATCH 2
8#define LLTHREAD_VERSION_COMMENT "dev" 8// #define LLTHREAD_VERSION_COMMENT "dev"
9 9
10#ifndef USE_PTHREAD 10#ifndef USE_PTHREAD
11# include <windows.h> 11# include <windows.h>
diff --git a/src/lua/llthreads2/ex.lua b/src/lua/llthreads2/ex.lua
index 77f8d5e..f0c27d9 100644
--- a/src/lua/llthreads2/ex.lua
+++ b/src/lua/llthreads2/ex.lua
@@ -182,8 +182,6 @@ threads.new = function (code, ...)
182 return new_thread(LUA_INIT, nil, code, ...) 182 return new_thread(LUA_INIT, nil, code, ...)
183end 183end
184 184
185threads.thread_mt = thread_mt
186
187end 185end
188------------------------------------------------------------------------------- 186-------------------------------------------------------------------------------
189 187