comparison gen/irstate.cpp @ 161:3a891cfcd249 trunk

[svn r177] moved variable for interface info type from being local static to being within IRState
author ChristianK
date Sun, 04 May 2008 21:25:48 +0200
parents 86d3bb8ca33e
children 3aed08fb64f4
comparison
equal deleted inserted replaced
160:b77664331d06 161:3a891cfcd249
45 } 45 }
46 46
47 ////////////////////////////////////////////////////////////////////////////////////////// 47 //////////////////////////////////////////////////////////////////////////////////////////
48 IRState::IRState() 48 IRState::IRState()
49 { 49 {
50 interfaceInfoType = NULL;
50 dmodule = 0; 51 dmodule = 0;
51 module = 0; 52 module = 0;
52 emitMain = false; 53 emitMain = false;
53 mainFunc = 0; 54 mainFunc = 0;
54 ir.state = this; 55 ir.state = this;