Changeset 103 in dev for BasicCompiler_Common/calculation.cpp
- Timestamp:
- May 2, 2007, 4:08:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/calculation.cpp
r97 r103 653 653 ///////// 654 654 StrPtr[pnum]=0; 655 type[pnum] = CDBConst::obj.Get Type(Parms);655 type[pnum] = CDBConst::obj.GetBasicType(Parms); 656 656 if(type[pnum]){ 657 657 if(IsRealNumberType(type[pnum])){ … … 900 900 } 901 901 } 902 903 if( type_stack[sp-1] == DEF_OBJECT || type_stack[sp-1] == DEF_STRUCT ){ 904 // リテラル値ではないため抜け出す 905 return false; 906 } 907 902 908 type_stack[sp-2]=type_stack[sp-1]; 903 909 index_stack[sp-2]=index_stack[sp-1]; … … 1299 1305 1300 1306 //定数 1301 i3 = CDBConst::obj.Get Type(Command+i2);1307 i3 = CDBConst::obj.GetBasicType(Command+i2); 1302 1308 if(i3==DEF_STRING) return 1; //文字列 1303 1309 if(i3) return 0; //数値
Note:
See TracChangeset
for help on using the changeset viewer.