mirror of
https://github.com/acpica/acpica/
synced 2025-01-14 21:39:19 +03:00
global removal of semicolon from MODULE_NAME macro.
This allows us to remove it completely on Release builds. date 2000.08.30.00.41.00; author agrover; state Exp;
This commit is contained in:
parent
ca33d529bc
commit
8a7ed487af
@ -125,7 +125,7 @@
|
||||
|
||||
|
||||
#define _COMPONENT PARSER
|
||||
MODULE_NAME ("aeexec");
|
||||
MODULE_NAME ("aeexec")
|
||||
|
||||
|
||||
ACPI_GENERIC_OP *AcpiGbl_ParsedNamespaceRoot;
|
||||
|
@ -129,7 +129,7 @@
|
||||
|
||||
|
||||
#define _COMPONENT PARSER
|
||||
MODULE_NAME ("aemain");
|
||||
MODULE_NAME ("aemain")
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user