aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index b51c5e66..62ca2c8f 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.65 2005/09/09 18:24:42 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.66 2005/09/14 17:23:03 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -675,6 +675,7 @@ union luai_Cast { double l_d; long l_l; };
675** extra when a thread is created/deleted/resumed/yielded. 675** extra when a thread is created/deleted/resumed/yielded.
676*/ 676*/
677#define luai_userstateopen(L) ((void)0) 677#define luai_userstateopen(L) ((void)0)
678#define luai_userstatethread(L,L1) ((void)0)
678#define luai_userstatefree(L) ((void)0) 679#define luai_userstatefree(L) ((void)0)
679#define luai_userstateresume(L,n) ((void)0) 680#define luai_userstateresume(L,n) ((void)0)
680#define luai_userstateyield(L,n) ((void)0) 681#define luai_userstateyield(L,n) ((void)0)