Ignore:
Timestamp:
Jan 30, 2007, 2:40:30 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Intermediate_Step2.cpp

    r42 r43  
    376376                KillStringSpaces(Command+2);
    377377                break;
    378             case ESC_CONST:
    379             case ESC_BYREF:
    380                 KillStringSpaces(Command+2);
    381                 break;
    382378            case ESC_TYPEDEF:
    383379                KillStringSpaces(Command+2);
     
    409405            case ESC_TYPE:
    410406                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                }
    411414                break;
    412415
Note: See TracChangeset for help on using the changeset viewer.