Moved support for ElseIf from transform.c to the parser.

date	2004.09.28.22.28.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:46:23 +00:00
parent 2212b3db55
commit 235da48b41

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslcompiler.h - common include file
* $Revision: 1.129 $
* $Revision: 1.130 $
*
*****************************************************************************/
@ -581,11 +581,6 @@ void
TrDoDefinitionBlock (
ACPI_PARSE_OBJECT *Op);
void
TrDoElseif (
ACPI_PARSE_OBJECT *Op);
/*
* asltree - parse tree support
*/