compiler.h defines a few mesa specific macros which are not C specific.
This allows us to avoid buggy extern C { #include $system_header }
constructs.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
#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!
#define IEEE_ONE 0x3f800000
-#ifdef __cplusplus
-}
-#endif
-
-
#endif /* COMPILER_H */