diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-01-05 23:02:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-01-05 23:02:12 +0000 |
commit | 30321a234a02f257e7f87456c8660064d7acdbfd (patch) | |
tree | a17c6e131692b7a3a7602904e6b5b6972e561b7b /source/components/utilities/utnonansi.c | |
parent | 7feabc2f65d7d52168b7d916f440c5d3a6369934 (diff) |
Notes
Diffstat (limited to 'source/components/utilities/utnonansi.c')
-rw-r--r-- | source/components/utilities/utnonansi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/utilities/utnonansi.c b/source/components/utilities/utnonansi.c index f1404e591dd8..a86a3b740130 100644 --- a/source/components/utilities/utnonansi.c +++ b/source/components/utilities/utnonansi.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp. * All rights reserved. * * 2. License @@ -271,7 +271,7 @@ AcpiUtStricmp ( } -#if defined (ACPI_DEBUGGER) || defined (ACPI_APPLICATION) +#if defined (ACPI_DEBUGGER) || defined (ACPI_APPLICATION) || defined (ACPI_DEBUG_OUTPUT) /******************************************************************************* * * FUNCTION: AcpiUtSafeStrcpy, AcpiUtSafeStrcat, AcpiUtSafeStrncat |