summaryrefslogtreecommitdiff
path: root/src/glx/indirect.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-01-15 10:32:34 -0700
committerBrian Paul <brianp@vmware.com>2011-01-15 17:37:41 -0700
commit1250e2330b913d3e90bd0b28e46bf565a827b5bf (patch)
tree70c171d3b6ec68952a336849e1b69b11e25f2b41 /src/glx/indirect.c
parentcaee0d024fbbe493331081e14664cdaea151c8b2 (diff)
glapi: regenerated files
Diffstat (limited to 'src/glx/indirect.c')
-rw-r--r--src/glx/indirect.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/glx/indirect.c b/src/glx/indirect.c
index 6d3c42c5f3..49938a167a 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