Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

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

    r465 r523  
    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
     
    174174}
    175175
    176 int ParamImpl::SetParameter( const string &procName, const Parameters &params, int SecondParmNum, const UserProc *pUserProc ){
     176int ParamImpl::SetParameter( const std::string &procName, const Parameters &params, int SecondParmNum, const UserProc *pUserProc ){
    177177    if( SecondParmNum == -1 ) SecondParmNum = (int)params.size();
    178178
Note: See TracChangeset for help on using the changeset viewer.