Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Source.cpp
- Timestamp:
- Mar 23, 2008, 11:35:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Source.cpp
r459 r461 5 5 #include <jenga/include/common/Directory.h> 6 6 #include <jenga/include/common/Path.h> 7 8 #include <jenga/include/smoothie/Smoothie.h>9 #include <jenga/include/smoothie/BasicFixed.h>10 #include <jenga/include/smoothie/SmoothieException.h>11 7 12 8 #include <Source.h> … … 130 126 } 131 127 132 if( Smoothie::IsUnicode() )128 if( compiler.IsUnicode() ) 133 129 { 134 130 add( "UNICODE" ); … … 682 678 if( !source.ReadFile_InIncludeDirective( temporary ) ){ 683 679 sprintf(temp2,"インクルードファイル \"%s\" をオープンできません",temporary); 684 S moothieException::Throw(-1,temp2,i);680 SetError(-1,temp2,i); 685 681 break; 686 682 }
Note:
See TracChangeset
for help on using the changeset viewer.