From 9f8ea76662733cec5ee6289727c143bf057aee57 Mon Sep 17 00:00:00 2001 From: Jordan Crouse Date: Tue, 10 Jul 2007 10:06:01 -0600 Subject: Change _X_INLINE to just inline - the define probably isn't needed for us unless we go to a system that doesn't support it. We'll cross that bridge when we get to it. --- src/amd_gx_accel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd_gx_accel.c b/src/amd_gx_accel.c index 0fe1cdf..cf0efd7 100644 --- a/src/amd_gx_accel.c +++ b/src/amd_gx_accel.c @@ -165,7 +165,7 @@ static const int PDfn_SM[16] = { }; #ifdef OPT_ACCEL -static _X_INLINE CARD32 amd_gx_BppToRasterMode(int bpp) +static inline CARD32 amd_gx_BppToRasterMode(int bpp) { switch (bpp) { case 16: -- cgit v1.2.3