Ignore:
Timestamp:
Nov 6, 2007, 2:35:15 AM (17 years ago)
Author:
dai_9181
Message:

Try-Catchを試験的に実装。
(まだ下記の動作しか実装していません)
・Try
・Catch(パラメータ無し)
・Throw(パラメータ無し)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/MakePeHdr.cpp

    r357 r358  
    3333    *pSub_System_Call_Destructor_of_GlobalObject,
    3434    *pSub_System_End,
    35     *pSub_System_GetSp,
    3635    *pSub_pow,
    3736    *pSub_calloc,
     
    252251    if(pSub_System_End=GetSubHash("_System_End",1)){
    253252        pSub_System_End->Using();
    254     }
    255 
    256     if(pSub_System_GetSp=GetSubHash("_System_GetSp",1)){
    257         pSub_System_GetSp->Using();
    258         pSub_System_GetSp->ThisIsSystemProc();
    259253    }
    260254
Note: See TracChangeset for help on using the changeset viewer.