diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.146 2017/12/01 15:08:14 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.147 2017/12/11 18:53:53 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other 'installation-dependent' definitions | 3 | ** Limits, basic types, and some other 'installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -219,8 +219,7 @@ typedef unsigned long Instruction; | |||
219 | 219 | ||
220 | 220 | ||
221 | /* | 221 | /* |
222 | ** these macros allow user-specific actions on threads when you defined | 222 | ** these macros allow user-specific actions when a thread is |
223 | ** LUAI_EXTRASPACE and need to do something extra when a thread is | ||
224 | ** created/deleted/resumed/yielded. | 223 | ** created/deleted/resumed/yielded. |
225 | */ | 224 | */ |
226 | #if !defined(luai_userstateopen) | 225 | #if !defined(luai_userstateopen) |