From 491103708e5516c94fa3e1af0af3a52065c40959 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 27 Oct 2014 14:29:58 -0200 Subject: 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason to change that constant...) --- llimits.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index f1aee785..076a0952 100644 --- a/llimits.h +++ b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.120 2014/07/18 18:29:12 roberto Exp roberto $ +** $Id: llimits.h,v 1.121 2014/10/25 11:50:46 roberto Exp roberto $ ** Limits, basic types, and some other 'installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -156,10 +156,6 @@ typedef lu_int32 Instruction; -/* maximum stack for a Lua function */ -#define MAXSTACK 250 - - /* minimum size for the string table (must be power of 2) */ #if !defined(MINSTRTABSIZE) -- cgit v1.2.3-55-g6feb