diff options
author | Eric Anholt <[email protected]> | 2011-01-14 14:03:52 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-01-14 15:28:01 -0800 |
commit | 841ad6bfad27b2d8a196169b81235312a5e5f36a (patch) | |
tree | 9c371d708f2a265cf8586c5e88af5fad3351451a /src/glx/indirect.c | |
parent | 8560cb939bda27b75baca33294754d6bf7b7bc91 (diff) |
glapi: Regenerate for GL_ARB_ES2_compatibility.
Diffstat (limited to 'src/glx/indirect.c')
-rw-r--r-- | src/glx/indirect.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/glx/indirect.c b/src/glx/indirect.c index 49938a167a5..6d3c42c5f3b 100644 --- a/src/glx/indirect.c +++ b/src/glx/indirect.c @@ -41,19 +41,19 @@ #define __GLX_PAD(n) (((n) + 3) & ~3) -# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) -# define FASTCALL __attribute__((fastcall)) -# else -# define FASTCALL -# endif -# if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) -# define NOINLINE __attribute__((noinline)) -# else -# define NOINLINE -# endif +#if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) +#define FASTCALL __attribute__((fastcall)) +#else +#define FASTCALL +#endif +#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) +#define NOINLINE __attribute__((noinline)) +#else +#define NOINLINE +#endif #ifndef __GNUC__ -# define __builtin_expect(x, y) x +#define __builtin_expect(x, y) x #endif /* If the size and opcode values are known at compile-time, this will, on @@ -10657,5 +10657,5 @@ __indirect_glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, } -# undef FASTCALL -# undef NOINLINE +#undef FASTCALL +#undef NOINLINE |