mesa/main: Maintain compressed fog mode.
[mesa.git] / src / mesa / main / core.h
index 212f08527bc407ff591162c7457470ccd17ae25b..73ed01c259b4700335a69ff84a55508d169258cf 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.9
  *
  * Copyright (C) 2010 LunarG Inc.
  *
@@ -32,8 +31,7 @@
  * The public header of core mesa.
  *
  * This file is the (only) public header of core mesa.  It is supposed to be
- * used by GLX, WGL, and GLSL.  It is important that headers directly or
- * indirectly included here do not perform feature tests (#if FEATURE_xxx).
+ * used by GLX, WGL, and GLSL.
  */
 
 
 
 #include "main/mtypes.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* for GLSL */
 #include "program/prog_parameter.h"
 
-#ifdef __cplusplus
-}
-#endif
-
 
 #endif /* CORE_H */