Fixed some problems with the addZeros forward declarations having type mismatches.

This commit is contained in:
Tomas Lindquist Olsen
2008-11-29 20:57:52 +01:00
parent 3a2e29d434
commit 4da2cf066e
5 changed files with 7 additions and 11 deletions

View File

@@ -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;