[PATCH 4/4] render: Replace __inline with inline.

Alan Coopersmith alan.coopersmith at oracle.com
Sun Jun 5 22:42:28 PDT 2011


On 06/ 5/11 10:58 AM, Cyril Brulebois wrote:
> Also remove traces from the past.
> 
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
>  render/mipict.c |    6 +-----
>  1 files changed, 1 insertions(+), 5 deletions(-)
> 
> diff --git a/render/mipict.c b/render/mipict.c
> index 08b2fa7..9a44c27 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,

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list