some dude bitched about AML_END_OF_BLOCK not having parens around -1,

and WALK_OPERANDS. turns out none of those defines are used anywhere, so I
zapped em (and ()'d WALK.)


date	2001.11.16.05.12.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:40:56 +00:00
parent f69245d3de
commit 4253e8b8c3

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
* $Revision: 1.120 $
* $Revision: 1.121 $
*
*****************************************************************************/
@ -118,24 +118,7 @@
#define __ACINTERP_H__
#define WALK_OPERANDS &(WalkState->Operands [WalkState->NumOperands -1])
/* Interpreter constants */
#define AML_END_OF_BLOCK -1
#define PUSH_PKG_LENGTH 1
#define DO_NOT_PUSH_PKG_LENGTH 0
#define STACK_TOP 0
#define STACK_BOTTOM (UINT32) -1
/* Constants for global "WhenToParseMethods" */
#define METHOD_PARSE_AT_INIT 0x0
#define METHOD_PARSE_JUST_IN_TIME 0x1
#define METHOD_DELETE_AT_COMPLETION 0x2
#define WALK_OPERANDS (&(WalkState->Operands [WalkState->NumOperands -1]))
ACPI_STATUS