no need for a maximum number of parameters (maximum number of locals
take care of that).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: llimits.h,v 1.54 2003/04/28 19:57:50 roberto Exp roberto $
|
||||
** $Id: llimits.h,v 1.55 2003/05/14 21:01:53 roberto Exp roberto $
|
||||
** Limits, basic types, and some other `installation-dependent' definitions
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -156,12 +156,6 @@ typedef lu_int32 Instruction;
|
||||
#endif
|
||||
|
||||
|
||||
/* maximum number of parameters in a function */
|
||||
#ifndef MAXPARAMS
|
||||
#define MAXPARAMS 100 /* <MAXLOCALS */
|
||||
#endif
|
||||
|
||||
|
||||
/* minimum size for the string table (must be power of 2) */
|
||||
#ifndef MINSTRTABSIZE
|
||||
#define MINSTRTABSIZE 32
|
||||
|
||||
Reference in New Issue
Block a user