no more MINPOWER2

This commit is contained in:
Roberto Ierusalimschy
2001-10-25 17:13:33 -02:00
parent 0b551a24f8
commit fffb6f3814
2 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: llimits.h,v 1.32 2001/09/07 17:39:10 roberto Exp $
** $Id: llimits.h,v 1.33 2001/10/02 16:45:03 roberto Exp $
** Limits, basic types, and some other `installation-dependent' definitions
** See Copyright Notice in lua.h
*/
@@ -71,10 +71,6 @@ typedef unsigned char lu_byte;
#define MINPOWER2 4 /* minimum size for `growing' vectors */
#ifndef DEFAULT_STACK_SIZE
#define DEFAULT_STACK_SIZE 1024
#endif