aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index 6bf691b2..606bb669 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.70 2010/12/20 18:17:46 roberto Exp roberto $ 2** $Id: lstate.h,v 2.71 2010/12/20 19:40:07 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -104,7 +104,6 @@ typedef struct CallInfo {
104#define CIST_TAIL (1<<6) /* call was tail called */ 104#define CIST_TAIL (1<<6) /* call was tail called */
105 105
106 106
107#define ci_func(ci) (clvalue((ci)->func))
108#define isLua(ci) ((ci)->callstatus & CIST_LUA) 107#define isLua(ci) ((ci)->callstatus & CIST_LUA)
109 108
110 109