egl/main: replace INLINE with inline
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 28 Feb 2015 16:35:22 +0000 (16:35 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Mar 2015 14:45:53 +0000 (14:45 +0000)
commit7bd1693877e4de9aaf8f6776649fc48db54ec82b
treeb4752b18050a4287888e66c3f63e2d5fe7cd0b56
parent9385c592c68e7304cd9084fe17f27ec17319cdcf
egl/main: replace INLINE with inline

Drop the custom keyword in favour of the C99 one. All the places using
it now directly include c99_compat.h which should handle things on
platforms which lack it.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
15 files changed:
src/egl/main/eglapi.c
src/egl/main/eglarray.h
src/egl/main/eglcompiler.h
src/egl/main/eglconfig.c
src/egl/main/eglconfig.h
src/egl/main/eglcontext.h
src/egl/main/eglcurrent.c
src/egl/main/eglcurrent.h
src/egl/main/egldisplay.h
src/egl/main/egldriver.h
src/egl/main/eglimage.h
src/egl/main/eglmutex.h
src/egl/main/eglscreen.h
src/egl/main/eglsurface.h
src/egl/main/eglsync.h