diff options
author | Brian Paul <[email protected]> | 2008-06-21 10:30:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-21 10:30:01 -0600 |
commit | 24197b4901c72b3a2c6afcb3f6936e0876853e1d (patch) | |
tree | 6f86c816c5224054962646f2a59c59f16d2153b1 /src/mesa/drivers/dri/mga/mgaioctl.h | |
parent | 7899270b9f10b5671e7ea644a66832fe86b5a1a1 (diff) |
replace __inline and __inline__ with INLINE macro
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgaioctl.h')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgaioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mgaioctl.h b/src/mesa/drivers/dri/mga/mgaioctl.h index 0ea0ba1acd4..3a377234e46 100644 --- a/src/mesa/drivers/dri/mga/mgaioctl.h +++ b/src/mesa/drivers/dri/mga/mgaioctl.h @@ -62,7 +62,7 @@ void mgaInitIoctlFuncs( struct dd_function_table *functions ); extern drmBufPtr mga_get_buffer_ioctl( mgaContextPtr mmesa ); -static __inline +static INLINE GLuint *mgaAllocDmaLow( mgaContextPtr mmesa, int bytes ) { GLuint *head; |