aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llimits.h b/llimits.h
index a939c799..a9295645 100644
--- a/llimits.h
+++ b/llimits.h
@@ -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)