Changeset 523 in dev for trunk/ab5.0/abdev/compiler_x86/CParameter.cpp
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/CParameter.cpp
r465 r523 6 6 #include "opcode.h" 7 7 8 int ParamImpl::NewTempParameters( const st ring &procName, const Parameters ¶ms, int SecondParmNum ){8 int ParamImpl::NewTempParameters( const std::string &procName, const Parameters ¶ms, int SecondParmNum ){ 9 9 if( SecondParmNum == -1 ) SecondParmNum = (int)params.size(); 10 10 … … 174 174 } 175 175 176 int ParamImpl::SetParameter( const st ring &procName, const Parameters ¶ms, int SecondParmNum, const UserProc *pUserProc ){176 int ParamImpl::SetParameter( const std::string &procName, const Parameters ¶ms, int SecondParmNum, const UserProc *pUserProc ){ 177 177 if( SecondParmNum == -1 ) SecondParmNum = (int)params.size(); 178 178
Note:
See TracChangeset
for help on using the changeset viewer.