Ignore:
Timestamp:
Jul 12, 2007, 2:58:26 AM (17 years ago)
Author:
dai_9181
Message:

コード全体のリファクタリングを実施

File:
1 edited

Legend:

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

    r75 r206  
     1#include "stdafx.h"
     2
    13#include "../BasicCompiler_Common/common.h"
    24#include "opcode.h"
     
    110112
    111113                //call free
    112                 extern UserProc *pSub_free;
     114                extern const UserProc *pSub_free;
    113115                op_call(pSub_free);
    114116            }
     
    133135
    134136        //call calloc
    135         extern UserProc *pSub_calloc;
     137        extern const UserProc *pSub_calloc;
    136138        op_call(pSub_calloc);
    137139
Note: See TracChangeset for help on using the changeset viewer.