diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-27 16:42:15 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-27 16:42:15 +0900 |
commit | 9a8a5d7c2fe7f32c8d15bc0a77f86e1f2f995ffe (patch) | |
tree | d31b5aee4b79d12f69881fa89eeb9636d26d9def /src/gallium/auxiliary/gallivm/gallivm_p.h | |
parent | 94c73d1bb9037a1eead1d5174f218b15852b52d7 (diff) |
gallium: Replace // comments.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/gallivm_p.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/gallivm_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/gallivm/gallivm_p.h b/src/gallium/auxiliary/gallivm/gallivm_p.h index cfe7b1901b..ebf3e11cd5 100644 --- a/src/gallium/auxiliary/gallivm/gallivm_p.h +++ b/src/gallium/auxiliary/gallivm/gallivm_p.h @@ -32,7 +32,7 @@ struct gallivm_ir { int num_components; int num_consts; - //FIXME: this might not be enough for some shaders + /* FIXME: this might not be enough for some shaders */ struct gallivm_interpolate interpolators[32*4]; int num_interp; }; @@ -46,7 +46,7 @@ struct gallivm_prog { int num_consts; - //FIXME: this might not be enough for some shaders + /* FIXME: this might not be enough for some shaders */ struct gallivm_interpolate interpolators[32*4]; int num_interp; }; @@ -104,7 +104,7 @@ static INLINE int gallivm_w_swizzle(int swizzle) #endif /* MESA_LLVM */ #if defined __cplusplus -} // extern "C" +} #endif #endif |