Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.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/BasicCompiler.cpp
r459 r461 4 4 5 5 #include <jenga/include/common/Path.h> 6 7 #include <jenga/include/smoothie/Smoothie.h>8 6 9 7 #include <Program.h> … … 647 645 { 648 646 // Unicode 649 Smoothie::SetUnicodeMark( true );647 compiler.SetUnicodeMark( true ); 650 648 typeOfPtrChar = MAKE_PTR_TYPE(DEF_WORD,1); 651 649 typeOfPtrUChar = MAKE_PTR_TYPE(DEF_WORD,1);
Note:
See TracChangeset
for help on using the changeset viewer.