Ignore:
Timestamp:
Mar 19, 2012, 2:58:56 AM (12 years ago)
Author:
イグトランス (egtra)
Message:

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

File:
1 edited

Legend:

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

    • Property svn:eol-style set to native
    • Property svn:mime-type set to text/plain; charset=Shift_JIS
    r750 r829  
    526526    compiler.codeGenerator.ContinueAreaBegin();
    527527
    528     //第2パラメータを取得(to
     528    //第2パラメータを取得(to
    529529    i=GetOneParameter(Parameter,i,JudgeNum);
    530530
    531     //第3パラメータを取得(step
     531    //第3パラメータを取得(step
    532532    if(Parameter[i]){
    533533        i=GetOneParameter(Parameter,i,StepNum);
     
    630630    i++;
    631631
    632     //第2パラメータを取得(in
     632    //第2パラメータを取得(in
    633633    lstrcpy( collectionVar, Parameter + i );
    634634
     
    12841284void OpcodeReturn(char *Parameter){
    12851285    if( compiler.IsGlobalAreaCompiling() ){
    1286         //GosubReturnとして扱う
     1286        //GosubReturnとして扱う
    12871287
    12881288        //ret
Note: See TracChangeset for help on using the changeset viewer.