mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 19:06:02 +03:00
[svn r177] moved variable for interface info type from being local static to being within IRState
This commit is contained in:
parent
a522719b85
commit
db2b3d1937
3 changed files with 8 additions and 5 deletions
|
@ -47,6 +47,7 @@ IRLoopScope::IRLoopScope(Statement* s, TryFinallyStatement* enclosingtryfinally,
|
|||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
IRState::IRState()
|
||||
{
|
||||
interfaceInfoType = NULL;
|
||||
dmodule = 0;
|
||||
module = 0;
|
||||
emitMain = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue