Changeset 829 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Procedure.cpp
- Timestamp:
- Mar 19, 2012, 2:58:56 AM (13 years ago)
- 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 897 897 898 898 if(source[i]==1&&(source[i+1]==ESC_CLASS||source[i+1]==ESC_INTERFACE)){ 899 /* Class ~End Class900 Interface ~End Interface899 /* Class 〜 End Class 900 Interface 〜 End Interface 901 901 を飛び越す */ 902 902 i3=GetEndXXXCommand(source[i+1]); … … 997 997 } 998 998 999 /* Sub ~End Sub1000 Function ~End Function1001 Macro ~End Macro999 /* Sub 〜 End Sub 1000 Function 〜 End Function 1001 Macro 〜 End Macro 1002 1002 を飛び越す */ 1003 1003 char endStatementChar = GetEndXXXCommand( statementChar ); -
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.