From 4253e8b8c3cd5a04602c3e2ed3d7f2e72d8c1798 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:40:56 +0000 Subject: [PATCH] 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; --- source/include/acinterp.h | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/source/include/acinterp.h b/source/include/acinterp.h index 61b9891a0..3e0324b87 100644 --- a/source/include/acinterp.h +++ b/source/include/acinterp.h @@ -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