Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Intermediate_Step2.cpp

    r107 r128  
    418418                if( Command[i2] == 1 && Command[i2+1] == ESC_ENUM ){
    419419                    i2 += 2;
     420                }
     421                else if( memicmp( Command + i2, "Blittable(", 10 ) == 0 ){
     422                    i2 += 10;
     423                    i2 = JumpStringInPare(Command,i2)+1;
    420424                }
    421425
Note: See TracChangeset for help on using the changeset viewer.