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:
aystarik 2005-06-29 20:39:59 +00:00
parent ca33d529bc
commit 8a7ed487af
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@
#define _COMPONENT PARSER #define _COMPONENT PARSER
MODULE_NAME ("aeexec"); MODULE_NAME ("aeexec")
ACPI_GENERIC_OP *AcpiGbl_ParsedNamespaceRoot; ACPI_GENERIC_OP *AcpiGbl_ParsedNamespaceRoot;

View File

@ -129,7 +129,7 @@
#define _COMPONENT PARSER #define _COMPONENT PARSER
MODULE_NAME ("aemain"); MODULE_NAME ("aemain")
/* /*