Changeset 69 in dev for BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Mar 13, 2007, 4:52:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Subroutine.cpp
r64 r69 460 460 _int64 i64data; 461 461 type = StaticCalculation( true, temporary, 0, &i64data, &lpIndex ); 462 if( type != DEF_PTR_CHAR){462 if( type != typeOfPtrChar ){ 463 463 SetError(1,NULL,NowLine); 464 464 return; … … 483 483 if( temporary[0] ){ 484 484 type = StaticCalculation( true, temporary, 0, &i64data, &lpIndex ); 485 if( type != DEF_PTR_CHAR){485 if( type != typeOfPtrChar ){ 486 486 SetError(1,NULL,NowLine); 487 487 return;
Note:
See TracChangeset
for help on using the changeset viewer.