Removed NS table size

date	2000.11.14.00.11.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:25:31 +00:00
parent b4b38e4465
commit cbc6e6bc2f

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acconfig.h - Global configuration constants
* $Revision: 1.47 $
* $Revision: 1.48 $
*
*****************************************************************************/
@ -155,15 +155,6 @@
#define MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */
#define MAX_WALK_CACHE_DEPTH 2 /* Objects for parse tree walks (method execution) */
/*
* NameSpace Table size
*
* All tables are the same size to simplify the implementation.
* Tables may be extended by allocating additional tables that
* are in turn linked together to form a chain of tables.
*/
#define NS_TABLE_SIZE 4
/* String size constants */