summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_tris.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-21 10:27:36 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-21 10:27:36 -0600
commit7899270b9f10b5671e7ea644a66832fe86b5a1a1 (patch)
tree15c4f890ea0449ca7cfb4f9615720285f45ecfe6 /src/mesa/drivers/dri/sis/sis_tris.h
parent2e922b0e35eda9e0dab9c085bdf83d2a1094dcbb (diff)
replace __inline and __inline__ with INLINE macro
Diffstat (limited to 'src/mesa/drivers/dri/sis/sis_tris.h')
-rw-r--r--src/mesa/drivers/dri/sis/sis_tris.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_tris.h b/src/mesa/drivers/dri/sis/sis_tris.h
index 5e07acc211..250949a83c 100644
--- a/src/mesa/drivers/dri/sis/sis_tris.h
+++ b/src/mesa/drivers/dri/sis/sis_tris.h
@@ -48,7 +48,7 @@ do { \
sisFlushPrims(smesa); \
} while (0)
-static __inline GLuint *sisAllocDmaLow(sisContextPtr smesa, int bytes)
+static INLINE GLuint *sisAllocDmaLow(sisContextPtr smesa, int bytes)
{
GLuint *start;