Changeset 92 in dev for BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- Apr 8, 2007, 2:07:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step2.cpp
r78 r92 386 386 case ESC_CLASS: 387 387 KillStringSpaces(Command+2); 388 i2 = 2; 389 if( Command[i2] == 1 && Command[i2+1] == ESC_ENUM ){ 390 i2 += 2; 391 } 388 392 389 393 //コンストラクタ、デストラクタを暗黙的に生成 390 MakeConstructorAndDestructor(buffer,nowLine,Command +2);394 MakeConstructorAndDestructor(buffer,nowLine,Command + i2); 391 395 break; 392 396 case ESC_INTERFACE:
Note:
See TracChangeset
for help on using the changeset viewer.