aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/compiler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index c5ee7412b62..43a06b43139 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -41,11 +41,6 @@
#include "c99_compat.h" /* inline, __func__, etc. */
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
/**
* Either define MESA_BIG_ENDIAN or MESA_LITTLE_ENDIAN, and CPU_TO_LE32.
* Do not use these unless absolutely necessary!
@@ -78,9 +73,4 @@ extern "C" {
#define IEEE_ONE 0x3f800000
-#ifdef __cplusplus
-}
-#endif
-
-
#endif /* COMPILER_H */