Changeset 69 in dev for BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Mar 13, 2007, 4:52:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Var.cpp
r67 r69 857 857 *(_int64 *)(initGlobalBuf+offset)=i64data; 858 858 else if(type==DEF_LONG||type==DEF_DWORD||IsPtrType(type)){ 859 if(type== DEF_PTR_CHAR&&lpCalcIndex==LITERAL_STRING){859 if(type==typeOfPtrChar&&lpCalcIndex==LITERAL_STRING){ 860 860 //文字列定数のとき 861 861 … … 1047 1047 } 1048 1048 else if(type==DEF_LONG||type==DEF_DWORD||IsPtrType(type)){ 1049 if(type== DEF_PTR_CHAR&&lpCalcIndex==LITERAL_STRING){1049 if(type==typeOfPtrChar&&lpCalcIndex==LITERAL_STRING){ 1050 1050 //文字列定数のとき 1051 1051
Note:
See TracChangeset
for help on using the changeset viewer.