Ignore:
Timestamp:
Aug 9, 2007, 3:18:40 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Source.cpp

    r269 r270  
    821821
    822822    // basic.sbpをインクルード
    823     const char *headCode = "\n";
     823    const char *headCode = "#include <basic.sbp>\n";
     824    //const char *headCode = "\n";
    824825    Realloc( length + lstrlen(headCode) );
    825826    Text::SlideString( buffer, lstrlen(headCode) );
Note: See TracChangeset for help on using the changeset viewer.