Changeset 19 in dev for BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Dec 26, 2006, 8:17:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_ProcOp.cpp
r18 r19 617 617 } 618 618 } 619 if(psi->name[0]=='~'){619 else if(psi->name[0]=='~'){ 620 620 //デストラクタをコンパイルしたとき 621 621 … … 646 646 pobj_CompilingClass->NotifyFinishConstructorCompile(); 647 647 } 648 649 if(psi->name[0]=='~'){ 648 else if(psi->name[0]=='~'){ 650 649 //////////////////////////////////// 651 650 //デストラクタをコンパイルしたとき
Note:
See TracChangeset
for help on using the changeset viewer.