Changeset 310 in dev for trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
- Timestamp:
- Aug 29, 2007, 2:47:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
r306 r310 357 357 while(sourceOfParams[i2]=='*') temporary[i3++]=sourceOfParams[i2++]; 358 358 for(;;i2++,i3++){ 359 if(!IsVariableChar(sourceOfParams[i2])){ 359 if( IsCommandDelimitation( sourceOfParams[i2] ) ) 360 { 360 361 temporary[i3]=0; 361 362 break;
Note:
See TracChangeset
for help on using the changeset viewer.