From e802f1f4d6741780784062192f0f490522f81663 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 12 Feb 2008 21:51:53 +0000 Subject: [PATCH] * (CL_HAVE_ATTRIBUTE_FLATTEN) Fix broken macro name. --- src/base/cl_maybe_inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/cl_maybe_inline.h b/src/base/cl_maybe_inline.h index 4f7a982..9d185f4 100644 --- a/src/base/cl_maybe_inline.h +++ b/src/base/cl_maybe_inline.h @@ -102,7 +102,7 @@ * a function. * 2. It's ignored if the optimization is switched off. */ -#if defined(__GNUC__) && defined(CL_ATTRIBUTE_FLATTEN) +#if defined(__GNUC__) && defined(CL_HAVE_ATTRIBUTE_FLATTEN) #define CL_FLATTEN __attribute__((flatten)) #else #define CL_FLATTEN