Added new message type, "Optimizations"

date	2002.08.13.22.13.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:46:07 +00:00
parent 327522dbf6
commit bed543a834

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslcompiler.h - common include file
* $Revision: 1.115 $
* $Revision: 1.116 $
*
*****************************************************************************/
@ -316,7 +316,8 @@ AslCommonError (
void
AePrintException (
UINT32 FileId,
ASL_ERROR_MSG *Enode);
ASL_ERROR_MSG *Enode,
char *Header);
void
AePrintErrorLog (