Use enum literal instead of constant

This commit is contained in:
Kai Nacke
2013-11-26 07:56:50 +01:00
parent a81a98cb30
commit 7f017608a8
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ void DtoResolveStruct(StructDeclaration* sd)
DtoType(sd->type);
// if it's a forward declaration, all bets are off. The type should be enough
if (sd->sizeok != 1)
if (sd->sizeok != SIZEOKdone)
return;
// create the IrAggr