Changeset 75 in dev for BasicCompiler_Common/Resource.cpp
- Timestamp:
- Mar 20, 2007, 4:36:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Resource.cpp
r4 r75 50 50 51 51 _int64 i64data; 52 int type; 53 type=StaticCalculation(true, temporary,0,&i64data,0); 54 if(IsRealNumberType(type)){ 52 Type resultType; 53 if( !StaticCalculation(true, temporary,0,&i64data,resultType) ){ 54 return; 55 } 56 if(resultType.IsReal()){ 55 57 SetError(9,temporary,0); 56 58 return;
Note:
See TracChangeset
for help on using the changeset viewer.