[svn r177] moved variable for interface info type from being local static to being within IRState

This commit is contained in:
Christian Kamm 2008-05-04 21:25:48 +02:00
parent a522719b85
commit db2b3d1937
3 changed files with 8 additions and 5 deletions

View file

@ -47,6 +47,7 @@ IRLoopScope::IRLoopScope(Statement* s, TryFinallyStatement* enclosingtryfinally,
//////////////////////////////////////////////////////////////////////////////////////////
IRState::IRState()
{
interfaceInfoType = NULL;
dmodule = 0;
module = 0;
emitMain = false;