Changeset 269 in dev for trunk/abdev/BasicCompiler_Common/src/Source.cpp
- Timestamp:
- Aug 8, 2007, 4:19:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Source.cpp
r266 r269 821 821 822 822 // basic.sbpをインクルード 823 const char *headCode = " #include <basic.sbp>\n";823 const char *headCode = "\n"; 824 824 Realloc( length + lstrlen(headCode) ); 825 825 Text::SlideString( buffer, lstrlen(headCode) );
Note:
See TracChangeset
for help on using the changeset viewer.