Ignore:
Timestamp:
Sep 25, 2007, 9:23:38 PM (17 years ago)
Author:
dai_9181
Message:

デリゲートのベースがほぼ実装できた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Opcode.h

    r325 r327  
    1919#define breakpoint compiler.codeGenerator.PutOld( (char)0xCC );
    2020
    21 
    22 //プロシージャの種類
    23 #define PROC_DEFAULT    1   //ユーザー定義関数
    24 #define PROC_DLL        2   //DLL関数
    25 #define PROC_BUILTIN    3   //コンパイラ埋め込み型
    26 #define PROC_PTR        4   //関数ポインタ
    2721
    2822//プロシージャ
Note: See TracChangeset for help on using the changeset viewer.