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/src/LexicalAnalyzer_Procedure.cpp

    • Property svn:eol-style set to native
    • Property svn:mime-type set to text/plain; charset=Shift_JIS
    r828 r829  
    897897
    898898        if(source[i]==1&&(source[i+1]==ESC_CLASS||source[i+1]==ESC_INTERFACE)){
    899             /*  Class End Class
    900                 Interface End Interface
     899            /*  Class End Class
     900                Interface End Interface
    901901                を飛び越す           */
    902902            i3=GetEndXXXCommand(source[i+1]);
     
    997997            }
    998998
    999             /*  Sub End Sub
    1000                 Function End Function
    1001                 Macro End Macro
     999            /*  Sub End Sub
     1000                Function End Function
     1001                Macro End Macro
    10021002                を飛び越す           */
    10031003            char endStatementChar = GetEndXXXCommand( statementChar );
Note: See TracChangeset for help on using the changeset viewer.