Changeset 305 in dev for trunk/abdev/BasicCompiler_Common/src/Source.cpp
- Timestamp:
- Aug 26, 2007, 3:57:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Source.cpp
r303 r305 4 4 5 5 #include <jenga/include/common/Directory.h> 6 #include <jenga/include/common/Path.h> 6 7 7 8 #include <jenga/include/smoothie/Smoothie.h> … … 616 617 else continue; 617 618 618 if(i){ 619 if( i == 0 && Jenga::Common::Path(temporary).GetFileName() == "basic" ) 620 { 621 } 622 else 623 { 619 624 //ディレクティブが消えるため、一行減ってしまうのを防ぐ(basic.sbpを除く) 620 625 Text::SlideString(buffer+i2,1);
Note:
See TracChangeset
for help on using the changeset viewer.