Ignore:
Timestamp:
Oct 6, 2007, 12:56:37 AM (17 years ago)
Author:
dai_9181
Message:

Implements修飾子を作り始めた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Intermediate_Step1.cpp

    r332 r340  
    855855                        temporary[i2]=ESC_INHERITS;
    856856                    }
     857                    else if( lstrcmpi( temporary + i3, "Implements" ) == 0 )
     858                    {
     859                        i2 = i3;
     860                        temporary[i2++] = 1;
     861                        temporary[i2] = ESC_IMPLEMENTS;
     862                    }
    857863                    else if(lstrcmpi(temporary+i3,"Interface")==0){
    858864                        i2=i3;
Note: See TracChangeset for help on using the changeset viewer.