Changeset 131 in dev for BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Jun 4, 2007, 7:49:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Var.cpp
r129 r131 558 558 //自身のクラスから静的メンバを参照する場合 559 559 char temp2[VN_SIZE]; 560 sprintf(temp2,"%s.%s",pobj_CompilingClass-> name,VarName);560 sprintf(temp2,"%s.%s",pobj_CompilingClass->GetName().c_str(),VarName); 561 561 pVar = globalVars.Find( temp2 ); 562 562 if( pVar ){
Note: See TracChangeset
for help on using the changeset viewer.