source: dev/trunk/abdev/BasicCompiler_Common/include/Exception.h@ 357

Last change on this file since 357 was 357, checked in by dai_9181, 16 years ago

例外処理機構実装中...

File size: 227 bytes
Line 
1
2namespace Exception{
3
4 void TryCommand();
5 void CatchCommand();
6 void FinallyCommand();
7 void EndTryCommand();
8
9 void ThrowCommand( const char *Parameter );
10
11 void Opcode_Func_System_GetNowScopeCatchAddress();
12
13}
Note: See TracBrowser for help on using the repository browser.