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

@@ -120,8 +120,6 @@ void IrStruct::popAnon()
//////////////////////////////////////////
void addZeros(std::vector<const llvm::Type*>& inits, size_t pos, size_t offset);
void IrStruct::addVar(VarDeclaration * var)
{
TypeVector* tvec = &types;