diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2007-07-10 10:06:01 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2007-07-10 10:06:01 -0600 |
commit | 9f8ea76662733cec5ee6289727c143bf057aee57 (patch) | |
tree | 0eac250a47e9e8b484334af8c851acc9457026c8 | |
parent | 47b5a249e7ae877d7816504fec4f987442d07931 (diff) |
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.
-rw-r--r-- | src/amd_gx_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |