Browse Source

* (CL_HAVE_ATTRIBUTE_FLATTEN) Fix broken macro name.

master
Richard Kreckel 17 years ago
parent
commit
e802f1f4d6
  1. 2
      src/base/cl_maybe_inline.h

2
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

Loading…
Cancel
Save