aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-12-28 09:51:00 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-12-28 09:51:00 -0200
commitf99f3c42fffe0b9672e6380c83de19db65b4f9d4 (patch)
treefb00759117ef30be8f0aae8191eb5e4200ef77b1 /llimits.h
parentf360e7778bb7e4be6afc4e27bd9412222b2c6c55 (diff)
downloadlua-f99f3c42fffe0b9672e6380c83de19db65b4f9d4.tar.gz
lua-f99f3c42fffe0b9672e6380c83de19db65b4f9d4.tar.bz2
lua-f99f3c42fffe0b9672e6380c83de19db65b4f9d4.zip
comment
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)