Changeset 206 in dev for trunk/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Compile.cpp
r199 r206 1 #include "stdafx.h" 2 1 3 #include <jenga/include/smoothie/Smoothie.h> 2 4 #include <jenga/include/smoothie/LexicalAnalysis.h> … … 126 128 int i,i2; 127 129 128 if(Command[0]=='\0') return; 130 if(Command[0]=='\0') 131 { 132 return; 133 } 134 135 trace_for_sourcecodestep( FormatEscapeSequenceStringToDefaultString(Command) ); 136 129 137 if(Command[0]=='*'&&IsVariableTopChar(Command[1])){ 130 138 //Goto先ラベル
Note:
See TracChangeset
for help on using the changeset viewer.