aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index b9a96b72..a6ea5546 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.51 2009/12/11 13:39:34 roberto Exp roberto $ 2** $Id: lstate.h,v 2.52 2009/12/22 15:32:50 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*/
@@ -85,7 +85,7 @@ typedef struct CallInfo {
85 int ctx; /* context info. in case of yields */ 85 int ctx; /* context info. in case of yields */
86 lua_CFunction k; /* continuation in case of yields */ 86 lua_CFunction k; /* continuation in case of yields */
87 ptrdiff_t old_errfunc; 87 ptrdiff_t old_errfunc;
88 ptrdiff_t oldtop; 88 ptrdiff_t extra;
89 lu_byte old_allowhook; 89 lu_byte old_allowhook;
90 lu_byte status; 90 lu_byte status;
91 } c; 91 } c;