From 9db693a57c07f22dc4d80e7b143a0d77c6229c05 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 10 Dec 2009 17:00:33 -0200 Subject: [PATCH] detail (comment) --- luaconf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/luaconf.h b/luaconf.h index a9e0fe11..af1e11d5 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.118 2009/11/26 16:49:28 roberto Exp roberto $ +** $Id: luaconf.h,v 1.119 2009/11/26 17:34:49 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -459,8 +459,9 @@ /* -@@ LUAI_MAXCCALLS is the maximum depth for nested C calls (short) and -@* syntactical nested non-terminals in a program. +@@ LUAI_MAXCCALLS is the maximum depth for nested C calls and +@* syntactical nested non-terminals in a program. (Value must +@* fit in an unsigned short int.) */ #define LUAI_MAXCCALLS 200