From 54dd5ef145fca3fda206a00bcb0af6ee477e1295 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Fri, 29 Jul 2005 00:03:55 -0400 Subject: [PATCH] --- yaml --- r: 7788 b: refs/heads/master c: 5d75ab45594c78d2d976a3248ea1ca281c9d7056 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/acpi/platform/acgcc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2065160b0014..05486d6308fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: feee9570753645f9f6888937ff9aee426b7afe55 +refs/heads/master: 5d75ab45594c78d2d976a3248ea1ca281c9d7056 diff --git a/trunk/include/acpi/platform/acgcc.h b/trunk/include/acpi/platform/acgcc.h index 39264127574c..e410e3b61415 100644 --- a/trunk/include/acpi/platform/acgcc.h +++ b/trunk/include/acpi/platform/acgcc.h @@ -46,7 +46,7 @@ /* Function name is used for debug output. Non-ANSI, compiler-dependent */ -#define ACPI_GET_FUNCTION_NAME __FUNCTION__ +#define ACPI_GET_FUNCTION_NAME (char *) __FUNCTION__ /* This macro is used to tag functions as "printf-like" because * some compilers (like GCC) can catch printf format string problems.