Changeset 322 in dev for trunk/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Sep 24, 2007, 2:58:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Compile.cpp
r299 r322 181 181 // ローカル領域をコンパイルしているとき 182 182 SetError(65,"TypeDef",cp ); 183 } 184 185 //既に収集済み 186 break; 187 188 case ESC_DELEGATE: 189 if( UserProc::IsLocalAreaCompiling() ){ 190 // ローカル領域をコンパイルしているとき 191 SetError(65,"Delegate",cp ); 183 192 } 184 193
Note:
See TracChangeset
for help on using the changeset viewer.