mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fixed some problems with the addZeros forward declarations having type mismatches.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user