Changeset 69 in dev for BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Mar 13, 2007, 4:52:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Var.cpp
r65 r69 899 899 *(float *)(initGlobalBuf+offset)=(float)dbl; 900 900 else if(type==DEF_INT64||type==DEF_QWORD||IsPtrType(type)){ 901 if(type== DEF_PTR_CHAR&&lpCalcIndex==LITERAL_STRING){901 if(type==typeOfPtrChar&&lpCalcIndex==LITERAL_STRING){ 902 902 //文字列定数のとき 903 903 … … 1048 1048 } 1049 1049 else if(type==DEF_INT64||type==DEF_QWORD||IsPtrType(type)){ 1050 if(type== DEF_PTR_CHAR&&lpCalcIndex==LITERAL_STRING){1050 if(type==typeOfPtrChar&&lpCalcIndex==LITERAL_STRING){ 1051 1051 //文字列定数のとき 1052 1052
Note:
See TracChangeset
for help on using the changeset viewer.