Ignore:
Timestamp:
Feb 12, 2008, 8:55:38 AM (16 years ago)
Author:
dai_9181
Message:

Foreachの一時オブジェクトの初期値をNothingにした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Statement.cpp

    r386 r390  
    630630
    631631        // 未定義の場合は自動的に定義する
    632         sprintf(temporary,"%s%c%c%s", variable, 1, ESC_AS, collectionType.GetActualGenericType(0).GetClass().GetFullName().c_str() );
     632        sprintf(temporary,"%s=Nothing%c%c%s", variable, 1, ESC_AS, collectionType.GetActualGenericType(0).GetClass().GetFullName().c_str() );
    633633        OpcodeDim(temporary,DIMFLAG_INITDEBUGVAR);
    634634    }
Note: See TracChangeset for help on using the changeset viewer.