lua

A copy of the Lua development repository
Log | Files | Refs | README

commit f99f3c42fffe0b9672e6380c83de19db65b4f9d4
parent f360e7778bb7e4be6afc4e27bd9412222b2c6c55
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 28 Dec 2017 09:50:33 -0200

comment

Diffstat:
Mllimits.h | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/llimits.h b/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 ** 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. */ #if !defined(luai_userstateopen)