OSDN Git Service

gallium: Remove // comments.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 27 Feb 2008 07:23:50 +0000 (16:23 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 27 Feb 2008 07:23:50 +0000 (16:23 +0900)
src/gallium/include/pipe/p_defines.h
src/gallium/include/pipe/p_format.h
src/gallium/include/pipe/p_shader_tokens.h

index d84ddbc..0c662d6 100644 (file)
@@ -152,7 +152,7 @@ enum pipe_texture_target {
  */
 #define PIPE_TEX_FILTER_NEAREST      0
 #define PIPE_TEX_FILTER_LINEAR       1
-//#define PIPE_TEX_FILTER_ANISO        2
+/* #define PIPE_TEX_FILTER_ANISO        2 */
 
 
 #define PIPE_TEX_COMPARE_NONE          0
index 561d2e5..f90087b 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef PIPE_FORMAT_H
 #define PIPE_FORMAT_H
 
-#include <stdio.h> // for sprintf
+#include <stdio.h> /* for sprintf */
 
 #include "p_compiler.h"
 #include "p_debug.h"
index 1806877..0a6145a 100644 (file)
@@ -1,9 +1,9 @@
 #if !defined TGSI_TOKEN_H
 #define TGSI_TOKEN_H
 
-#if defined __cplusplus
+#ifdef __cplusplus
 extern "C" {
-#endif // defined __cplusplus
+#endif
 
 #include "p_compiler.h"
 
@@ -802,9 +802,9 @@ struct tgsi_dst_register_ext_predicate
 };
 
 
-#if defined __cplusplus
-} // extern "C"
-#endif // defined __cplusplus
+#ifdef __cplusplus
+}
+#endif
 
-#endif // !defined TGSI_TOKEN_H
+#endif /* TGSI_TOKEN_H */