llvmpipe: Remove extraneous name in lp_type pre-declaration.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 20 Oct 2009 09:54:21 +0000 (10:54 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 21 Oct 2009 14:53:37 +0000 (15:53 +0100)
src/gallium/drivers/llvmpipe/lp_bld_arit.h
src/gallium/drivers/llvmpipe/lp_bld_const.h
src/gallium/drivers/llvmpipe/lp_bld_conv.h
src/gallium/drivers/llvmpipe/lp_bld_logic.h
src/gallium/drivers/llvmpipe/lp_bld_swizzle.h

index 095a8e1cabea425e051ba45aa8b58ee364c10888..4e568c055e289813251f6f8c640b50dfda53e5dd 100644 (file)
@@ -40,7 +40,7 @@
 #include <llvm-c/Core.h>  
 
 
-struct lp_type type;
+struct lp_type;
 struct lp_build_context;
 
 
index ffb302f73663987ee2423e7fab6e7a104af2a9bf..cb8e1c7b006da3ce9e887b10b391dc1f7504ddba 100644 (file)
@@ -42,7 +42,7 @@
 #include <pipe/p_compiler.h>
 
 
-struct lp_type type;
+struct lp_type;
 
 
 unsigned
index ca378804d2a249904cea0c6c995dab684d767dad..948e68fae4fc3f7bf6998f82484d95bffd06011b 100644 (file)
@@ -40,7 +40,7 @@
 #include <llvm-c/Core.h>  
 
 
-struct lp_type type;
+struct lp_type;
 
 
 LLVMValueRef
index a4ee7723b5fc8843db785a12752e7531c34bc39a..d67500ef7074e00930dafc9a6722ea869dbc3188 100644 (file)
@@ -42,7 +42,7 @@
 #include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */
 
 
-struct lp_type type;
+struct lp_type;
 struct lp_build_context;
 
 
index 1f6da8044886974999c391a2296eb72db4530a97..b9472127a6322e2485aea8e8fd2fc38bae17d4c6 100644 (file)
@@ -40,7 +40,7 @@
 #include <llvm-c/Core.h>  
 
 
-struct lp_type type;
+struct lp_type;
 struct lp_build_context;