commit | 7bd1693877e4de9aaf8f6776649fc48db54ec82b | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.l.velikov@gmail.com> | Sat Feb 28 16:35:22 2015 +0000 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Thu Mar 05 14:45:53 2015 +0000 |
tree | b4752b18050a4287888e66c3f63e2d5fe7cd0b56 | |
parent | 9385c592c68e7304cd9084fe17f27ec17319cdcf [diff] |
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>