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/BasicCompiler_Common/Intermediate_Step1.cpp

    • Property svn:eol-style set to native
    • Property svn:mime-type set to text/plain; charset=Shift_JIS
    r751 r829  
    421421                sw1=0;
    422422                if(i6==3){
    423                     //Select
     423                    //Select
    424424                    if(lstrcmpi(temp2,"Case")==0) sw1=1;
    425425                }
    426426                else if(i6==4){
    427                     //Case
     427                    //Case
    428428                    if(lstrcmpi(temp2,"Else")==0) sw1=1;
    429429                }
     
    433433                }
    434434                else if(i6==1){
    435                     //End
     435                    //End
    436436                    switch(temp2[0]){
    437437                        case 'c':
     
    477477                }
    478478                else if(i6==2){
    479                     //Exit
     479                    //Exit
    480480                    if(
    481481                        lstrcmpi(temp2,"For")==0||
Note: See TracChangeset for help on using the changeset viewer.