aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/llimits.h b/llimits.h
index f1aee785..076a0952 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.120 2014/07/18 18:29:12 roberto Exp roberto $ 2** $Id: llimits.h,v 1.121 2014/10/25 11:50:46 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*/
@@ -156,10 +156,6 @@ typedef lu_int32 Instruction;
156 156
157 157
158 158
159/* maximum stack for a Lua function */
160#define MAXSTACK 250
161
162
163 159
164/* minimum size for the string table (must be power of 2) */ 160/* minimum size for the string table (must be power of 2) */
165#if !defined(MINSTRTABSIZE) 161#if !defined(MINSTRTABSIZE)