Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.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/VariableOpe.cpp
r429 r461 1 1 #include "stdafx.h" 2 3 #include <jenga/include/smoothie/Smoothie.h>4 2 5 3 #include <Compiler.h> … … 118 116 return DEF_QWORD; 119 117 case DEF_CHAR: 120 if( Smoothie::IsUnicode() ) return DEF_WORD;118 if( compiler.IsUnicode() ) return DEF_WORD; 121 119 return DEF_BYTE; 122 120 }
Note:
See TracChangeset
for help on using the changeset viewer.