mirror of
https://github.com/acpica/acpica/
synced 2025-01-13 12:59:18 +03:00
date 2002.12.17.18.41.00; author rmoore1; state Exp;
This commit is contained in:
parent
6ae00914d1
commit
b7ee2530ce
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asmain - Main module for the acpi source processor utility
|
||||
* $Revision: 1.46 $
|
||||
* $Revision: 1.47 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -465,7 +465,14 @@ ACPI_IDENTIFIER_TABLE LinuxEliminateMacros[] = {
|
||||
ACPI_IDENTIFIER_TABLE LinuxEliminateLines_C[] = {
|
||||
|
||||
"#define __",
|
||||
"$Revision: 1.46 $Revision:",
|
||||
"$Revision",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
ACPI_IDENTIFIER_TABLE LinuxEliminateLines_H[] = {
|
||||
|
||||
"$Revision",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user