summaryrefslogtreecommitdiff
path: root/source/compiler/prmacros.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-08-16 17:03:01 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-08-16 17:03:01 +0000
commite63852a7532181a14cec2928b31af2209e98414a (patch)
treebe94508475add18bbaa0cacd6c467983d2b8a443 /source/compiler/prmacros.c
parent0ada71f05e76bf61eb2d5aba852db00705edd364 (diff)
Notes
Diffstat (limited to 'source/compiler/prmacros.c')
-rw-r--r--source/compiler/prmacros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/prmacros.c b/source/compiler/prmacros.c
index e3ee5beb04c5..14be2a75b361 100644
--- a/source/compiler/prmacros.c
+++ b/source/compiler/prmacros.c
@@ -223,7 +223,7 @@ PrAddDefine (
DefineInfo = PrMatchDefine (Identifier);
if (DefineInfo)
{
- DbgPrint (ASL_DEBUG_OUTPUT, PR_PREFIX_ID,
+ DbgPrint (ASL_DEBUG_OUTPUT, PR_PREFIX_ID
"#define: name already exists: %s\n",
AslGbl_CurrentLineNumber, Identifier);