small automated cleanup

date	2002.12.19.23.47.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:43:28 +00:00
parent 4c3d6f4dc3
commit 0bdb767107
4 changed files with 4 additions and 10 deletions

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: acpisrc.h - Include file for AcpiSrc utility
* $Revision: 1.21 $
* $Revision: 1.22 $
*
*****************************************************************************/
@ -213,7 +213,6 @@ typedef struct acpi_typed_identifier_table
#define SRC_TYPE_UNION 2
typedef struct acpi_identifier_table
{
char *Identifier;
@ -424,5 +423,3 @@ AsRemoveData (
char *EndPointer);

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: ascase - Source conversion - lower/upper case utilities
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -118,7 +118,6 @@
#include "acpisrc.h"
/******************************************************************************
*
* FUNCTION: AsLowerCaseString

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: asconvrt - Source conversion code
* $Revision: 1.40 $
* $Revision: 1.41 $
*
*****************************************************************************/
@ -1258,4 +1258,3 @@ Next:
}

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: asremove - Source conversion - removal functions
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -566,7 +566,6 @@ AsRemoveEmptyBlocks (
}
/******************************************************************************
*
* FUNCTION: AsRemoveDebugMacros