mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 00:44:17 +03:00
Removed NS table size
date 2000.11.14.00.11.00; author rmoore1; state Exp;
This commit is contained in:
parent
b4b38e4465
commit
cbc6e6bc2f
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user