diff options
Diffstat (limited to 'lvm.c')
| -rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1109,7 +1109,7 @@ void luaV_finishOp (lua_State *L) { | |||
| 1109 | #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci)) | 1109 | #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci)) |
| 1110 | 1110 | ||
| 1111 | /* | 1111 | /* |
| 1112 | ** Protect code that can only raise errors. (That is, it cannnot change | 1112 | ** Protect code that can only raise errors. (That is, it cannot change |
| 1113 | ** the stack or hooks.) | 1113 | ** the stack or hooks.) |
| 1114 | */ | 1114 | */ |
| 1115 | #define halfProtect(exp) (savestate(L,ci), (exp)) | 1115 | #define halfProtect(exp) (savestate(L,ci), (exp)) |
