From 8ae5191e0d18840d067711c4b0cc3b409e1e1817 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 12 Jul 2024 22:32:53 +0900 Subject: Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY Signed-off-by: Michele Calgaro (cherry picked from commit 39d98694a71e1af634ae23723775421bea09a778) --- kernel/include/ksquirrel-libs/ksquirrel_libs_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h b/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h index c2c5982..cfd4d83 100644 --- a/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h +++ b/kernel/include/ksquirrel-libs/ksquirrel_libs_export.h @@ -24,7 +24,7 @@ #include -#ifdef __KDE_HAVE_GCC_VISIBILITY +#ifdef __TDE_HAVE_GCC_VISIBILITY #define LIBKSQUIRREL_EXPORT __attribute__ ((visibility("default"))) #else #define LIBKSQUIRREL_EXPORT -- cgit v1.2.1