forget that. That's the problem when dealing with

windows and linux in different repo...


SVN revision: 64768
This commit is contained in:
Vincent Torri 2011-11-05 16:56:03 +00:00
parent 3de60c77b4
commit 29c1292c7a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if test "x${have_attribute_always_inline}" = "xyes" ; then
AC_DEFINE([EFL_ALWAYS_INLINE], [__attribute__ ((always_inline)) inline], [Macro declaring a function to always be inlined.])
fi
else
AC_DEFINE([EFL_ALWAYS_INLINE], [inline], [Macro declaring a function to always be inlined.])
AC_DEFINE([EFL_ALWAYS_INLINE], [static inline], [Macro declaring a function to always be inlined.])
fi
])