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