Mesa (master): llvmpipe: Remove extraneous name in lp_type pre-declaration.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Oct 21 14:55:23 UTC 2009


Module: Mesa
Branch: master
Commit: ce98860012b10cc6cc124fd1ed6fa3a5e28712bb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce98860012b10cc6cc124fd1ed6fa3a5e28712bb

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Oct 20 10:54:21 2009 +0100

llvmpipe: Remove extraneous name in lp_type pre-declaration.

---

 src/gallium/drivers/llvmpipe/lp_bld_arit.h    |    2 +-
 src/gallium/drivers/llvmpipe/lp_bld_const.h   |    2 +-
 src/gallium/drivers/llvmpipe/lp_bld_conv.h    |    2 +-
 src/gallium/drivers/llvmpipe/lp_bld_logic.h   |    2 +-
 src/gallium/drivers/llvmpipe/lp_bld_swizzle.h |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_arit.h b/src/gallium/drivers/llvmpipe/lp_bld_arit.h
index 095a8e1..4e568c0 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_arit.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_arit.h
@@ -40,7 +40,7 @@
 #include <llvm-c/Core.h>  
 
 
-struct lp_type type;
+struct lp_type;
 struct lp_build_context;
 
 
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_const.h b/src/gallium/drivers/llvmpipe/lp_bld_const.h
index ffb302f..cb8e1c7 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_const.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_const.h
@@ -42,7 +42,7 @@
 #include <pipe/p_compiler.h>
 
 
-struct lp_type type;
+struct lp_type;
 
 
 unsigned
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_conv.h b/src/gallium/drivers/llvmpipe/lp_bld_conv.h
index ca37880..948e68f 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_conv.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_conv.h
@@ -40,7 +40,7 @@
 #include <llvm-c/Core.h>  
 
 
-struct lp_type type;
+struct lp_type;
 
 
 LLVMValueRef
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_logic.h b/src/gallium/drivers/llvmpipe/lp_bld_logic.h
index a4ee772..d67500e 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_logic.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_logic.h
@@ -42,7 +42,7 @@
 #include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */
 
 
-struct lp_type type;
+struct lp_type;
 struct lp_build_context;
 
 
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
index 1f6da80..b947212 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
@@ -40,7 +40,7 @@
 #include <llvm-c/Core.h>  
 
 
-struct lp_type type;
+struct lp_type;
 struct lp_build_context;
 
 




More information about the mesa-commit mailing list