Changeset 43 in dev for BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- Jan 30, 2007, 2:40:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step2.cpp
r42 r43 376 376 KillStringSpaces(Command+2); 377 377 break; 378 case ESC_CONST:379 case ESC_BYREF:380 KillStringSpaces(Command+2);381 break;382 378 case ESC_TYPEDEF: 383 379 KillStringSpaces(Command+2); … … 409 405 case ESC_TYPE: 410 406 KillStringSpaces(Command+2); 407 break; 408 409 case ESC_CONST: 410 KillStringSpaces(Command+2); 411 if( Command[2] == 1 && Command[3] == ESC_ENUM ){ 412 nCountOfNonGlobalScope++; 413 } 411 414 break; 412 415
Note:
See TracChangeset
for help on using the changeset viewer.