replace __inline and __inline__ with INLINE macro
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 16:52:40 +0000 (10:52 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 16:52:40 +0000 (10:52 -0600)
src/mesa/drivers/dri/intel/intel_context.h

index 1348b0adcf05495d30d7c1d33719fa07c7434a5e..df79ab889774c62bea1d39769f8c80d4a11f7f6b 100644 (file)
@@ -328,7 +328,7 @@ do {                                                \
  * XXX Put this in src/mesa/main/imports.h ???
  */
 #if defined(i386) || defined(__i386__)
-static inline void * __memcpy(void * to, const void * from, size_t n)
+static INLINE void * __memcpy(void * to, const void * from, size_t n)
 {
    int d0, d1, d2;
    __asm__ __volatile__(