From cdd26700e8305677adf8790906a5082724ff4469 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 13 Jan 2015 13:49:11 -0200 Subject: definition for 'MAXUPVAL' moved for a more "private" place and its value and comment corrected to reflect current implementation --- llimits.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index 418ef835..9e315f8b 100644 --- a/llimits.h +++ b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.124 2014/11/02 19:33:33 roberto Exp roberto $ +** $Id: llimits.h,v 1.125 2014/12/19 13:30:23 roberto Exp roberto $ ** Limits, basic types, and some other 'installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -149,11 +149,6 @@ typedef LUAI_UACINT l_uacInt; #define LUAI_MAXCCALLS 200 #endif -/* -** maximum number of upvalues in a closure (both C and Lua). (Value -** must fit in an unsigned char.) -*/ -#define MAXUPVAL UCHAR_MAX /* -- cgit v1.2.3-55-g6feb