Changeset 128 in dev for BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- May 18, 2007, 4:42:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step2.cpp
r107 r128 418 418 if( Command[i2] == 1 && Command[i2+1] == ESC_ENUM ){ 419 419 i2 += 2; 420 } 421 else if( memicmp( Command + i2, "Blittable(", 10 ) == 0 ){ 422 i2 += 10; 423 i2 = JumpStringInPare(Command,i2)+1; 420 424 } 421 425
Note:
See TracChangeset
for help on using the changeset viewer.