From 6da071aa591e7c3d4899a2bf8e34ca4e77405776 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Wed, 5 Mar 2003 17:13:09 +0000 Subject: The 'inline' keyword is not standard ANSI-C and not always available. Use it for xine compilation only. CVS patchset: 4339 CVS date: 2003/03/05 17:13:09 --- src/xine-utils/xineutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index d7bdd5431..98c3a4a97 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.44 2003/03/04 08:31:57 mroi Exp $ + * $Id: xineutils.h,v 1.45 2003/03/05 17:13:09 esnel Exp $ * */ #ifndef XINEUTILS_H @@ -43,7 +43,7 @@ extern "C" { #include #include -#ifdef __SUNPRO_C +#if defined(__SUNPRO_C) || !defined(XINE_COMPILE) #define inline #endif -- cgit v1.2.3