Ignore:
Timestamp:
Nov 9, 2007, 8:52:07 AM (16 years ago)
Author:
dai_9181
Message:

例外処理機構実装中…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Exception.h

    r357 r359  
     1#pragma once
    12
    23namespace Exception{
    34
    45    void TryCommand();
    5     void CatchCommand();
     6    void CatchCommand( const char *parameter );
    67    void FinallyCommand();
    78    void EndTryCommand();
     
    1011
    1112    void Opcode_Func_System_GetNowScopeCatchAddress();
    12 
     13    void Opcode_Func_System_GetNowScopeFinallyAddress();
    1314}
Note: See TracChangeset for help on using the changeset viewer.