Ignore:
Timestamp:
May 2, 2008, 11:25:38 AM (16 years ago)
Author:
dai_9181
Message:

[522][527]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/CParameter.cpp

    r468 r528  
    66#include "opcode.h"
    77
    8 int ParamImpl::NewTempParameters( const string &procName, const Parameters &params, int SecondParmNum ){
     8int ParamImpl::NewTempParameters( const std::string &procName, const Parameters &params, int SecondParmNum ){
    99    if( SecondParmNum == -1 ) SecondParmNum = (int)params.size();
    1010
     
    195195}
    196196
    197 
    198 void ParamImpl::SetParameter( const string &procName, const Parameters &params, int SecondParmNum, const UserProc *pUserProc ){
     197void ParamImpl::SetParameter( const std::string &procName, const Parameters &params, int SecondParmNum, const UserProc *pUserProc ){
    199198    if( SecondParmNum == -1 ) SecondParmNum = (int)params.size();
    200199
Note: See TracChangeset for help on using the changeset viewer.