diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-28 09:51:00 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-28 09:51:00 -0200 |
commit | f99f3c42fffe0b9672e6380c83de19db65b4f9d4 (patch) | |
tree | fb00759117ef30be8f0aae8191eb5e4200ef77b1 /llimits.h | |
parent | f360e7778bb7e4be6afc4e27bd9412222b2c6c55 (diff) | |
download | lua-f99f3c42fffe0b9672e6380c83de19db65b4f9d4.tar.gz lua-f99f3c42fffe0b9672e6380c83de19db65b4f9d4.tar.bz2 lua-f99f3c42fffe0b9672e6380c83de19db65b4f9d4.zip |
comment
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) |