Ignore:
Timestamp:
Aug 29, 2007, 9:05:22 AM (17 years ago)
Author:
dai_9181
Message:

静的リンクライブラリにより、複数のグローバル領域が存在することになったのでそれぞれを関数ベースに分けた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_Object.cpp

    r263 r308  
    5151    Opcode_CallProc(CreateParameter,
    5252        pUserProc,
    53         PROCFLAG_NEW,"",0);
     53        PROCFLAG_NEW,"");
    5454
    5555    {
     
    6464            Opcode_CallProc(temporary,
    6565                subs[0],
    66                 PROCFLAG_NEW,"",0);
     66                PROCFLAG_NEW,"");
    6767        }
    6868        else{
Note: See TracChangeset for help on using the changeset viewer.