Ignore:
Timestamp:
Aug 29, 2007, 2:47:43 PM (17 years ago)
Author:
dai_9181
Message:

GetClass_recurメソッド内でImportsされた名前空間情報が適用されていなかったので適用した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Procedure.cpp

    r306 r310  
    357357                while(sourceOfParams[i2]=='*') temporary[i3++]=sourceOfParams[i2++];
    358358                for(;;i2++,i3++){
    359                     if(!IsVariableChar(sourceOfParams[i2])){
     359                    if( IsCommandDelimitation( sourceOfParams[i2] ) )
     360                    {
    360361                        temporary[i3]=0;
    361362                        break;
Note: See TracChangeset for help on using the changeset viewer.