Roberto Ierusalimschy 7 年之前
父节点
当前提交
f99f3c42ff
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      llimits.h

+ 2 - 3
llimits.h

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: llimits.h,v 1.146 2017/12/01 15:08:14 roberto Exp roberto $
+** $Id: llimits.h,v 1.147 2017/12/11 18:53:53 roberto Exp roberto $
 ** Limits, basic types, and some other 'installation-dependent' definitions
 ** Limits, basic types, and some other 'installation-dependent' definitions
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
@@ -219,8 +219,7 @@ typedef unsigned long Instruction;
 
 
 
 
 /*
 /*
-** these macros allow user-specific actions on threads when you defined
-** LUAI_EXTRASPACE and need to do something extra when a thread is
+** these macros allow user-specific actions when a thread is
 ** created/deleted/resumed/yielded.
 ** created/deleted/resumed/yielded.
 */
 */
 #if !defined(luai_userstateopen)
 #if !defined(luai_userstateopen)