mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 09:04:21 +03:00
Cleanup, finished function headers
date 2000.12.07.19.46.00; author rmoore1; state Exp;
This commit is contained in:
parent
4fa19d8d4d
commit
f5b5925b0e
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asltree - parse tree management
|
||||
* $Revision: 1.17 $
|
||||
* $Revision: 1.18 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -408,7 +408,6 @@ TrCreateNode (
|
||||
Node->LineNumber, Node, NumChildren, UtGetOpName(ParseOpcode));
|
||||
RootNode = Node;
|
||||
|
||||
|
||||
/* Some extra debug output based on the parse opcode */
|
||||
|
||||
switch (ParseOpcode)
|
||||
@ -531,7 +530,6 @@ TrLinkChildren (
|
||||
Node, NumChildren, UtGetOpName(Node->ParseOpcode));
|
||||
RootNode = Node;
|
||||
|
||||
|
||||
switch (Node->ParseOpcode)
|
||||
{
|
||||
case DEFINITIONBLOCK:
|
||||
|
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslutils -- compiler utilities
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -320,8 +320,8 @@ UtDisplaySummary (
|
||||
Gbl_ExceptionCount[ASL_ERROR],
|
||||
Gbl_ExceptionCount[ASL_WARNING]);
|
||||
|
||||
printf ("ASL Input: %d lines, %d bytes, %d keywords\n",
|
||||
Gbl_CurrentLineNumber, Gbl_InputByteCount, TotalKeywords);
|
||||
printf ("ASL Input: %s - %d lines, %d bytes, %d keywords\n",
|
||||
Gbl_InputFilename, Gbl_CurrentLineNumber, Gbl_InputByteCount, TotalKeywords);
|
||||
|
||||
if ((Gbl_ExceptionCount[ASL_ERROR] == 0) || (Gbl_IgnoreErrors))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user