From 24b2b43e85c1e3f3d242ccab8793bf4ef83cfac4 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 5 Jun 2011 14:53:08 +0200 Subject: [PATCH] render: Replace __inline with inline. Also remove traces from the past. Reviewed-by: Alan Coopersmith Signed-off-by: Cyril Brulebois --- render/mipict.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/render/mipict.c b/render/mipict.c index 08b2fa722..9a44c2729 100644 --- a/render/mipict.c +++ b/render/mipict.c @@ -33,10 +33,6 @@ #include "picturestr.h" #include "mipict.h" -#ifndef __GNUC__ -#define __inline -#endif - int miCreatePicture (PicturePtr pPicture) { @@ -307,7 +303,7 @@ miClipPictureReg (pixman_region16_t * pRegion, return pixman_region_not_empty(pRegion); } -static __inline Bool +static inline Bool miClipPictureSrc (RegionPtr pRegion, PicturePtr pPicture, int dx,