diff gen/structs.cpp @ 802:28ce72c60a21

Fixed some problems with the addZeros forward declarations having type mismatches.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 29 Nov 2008 20:57:52 +0100
parents d14e4594c7d7
children c62c6936635b
line wrap: on
line diff
--- a/gen/structs.cpp	Sat Nov 29 18:28:32 2008 +0100
+++ b/gen/structs.cpp	Sat Nov 29 20:57:52 2008 +0100
@@ -18,7 +18,6 @@
 #include "ir/irstruct.h"
 
 //////////////////////////////////////////////////////////////////////////////////////////
-void addZeros(std::vector<llvm::Constant*>& inits, unsigned pos, unsigned offset); // defined in irstruct.cpp
 
 // pair of var and its init
 typedef std::pair<VarDeclaration*,Initializer*> VarInitPair;