summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810ioctl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-21 10:24:43 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-21 10:24:43 -0600
commit2e922b0e35eda9e0dab9c085bdf83d2a1094dcbb (patch)
tree4235e35a04184ec4e726c036e5bb99f13421bfab /src/mesa/drivers/dri/i810/i810ioctl.h
parent2c1bead06928961a18aea14b3cae4e854ceb915e (diff)
replace __inline and __inline__ with INLINE macro
Diffstat (limited to 'src/mesa/drivers/dri/i810/i810ioctl.h')
-rw-r--r--src/mesa/drivers/dri/i810/i810ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i810/i810ioctl.h b/src/mesa/drivers/dri/i810/i810ioctl.h
index 61399ee7b7..eda15adfb6 100644
--- a/src/mesa/drivers/dri/i810/i810ioctl.h
+++ b/src/mesa/drivers/dri/i810/i810ioctl.h
@@ -34,7 +34,7 @@ do { \
} \
} while (0)
-static __inline GLuint *i810AllocDmaLow( i810ContextPtr imesa, int bytes )
+static INLINE GLuint *i810AllocDmaLow( i810ContextPtr imesa, int bytes )
{
if (imesa->vertex_low + bytes > imesa->vertex_high)
i810FlushPrimsGetBuffer( imesa );