Changeset 465 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Resource.cpp
- Timestamp:
- Mar 24, 2008, 8:05:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Resource.cpp
r402 r465 59 59 } 60 60 if(resultType.IsReal()){ 61 SetError(9,temporary,0);61 compiler.errorMessenger.Output(9,temporary,0); 62 62 return; 63 63 } … … 116 116 else{ 117 117 error: 118 SetError(17,NULL,0);118 compiler.errorMessenger.Output(17,NULL,0); 119 119 return; 120 120 } … … 124 124 if(buffer[i2]=='\0') break; 125 125 else if(buffer[i2]!='\n'){ 126 SetError(17,NULL,0);126 compiler.errorMessenger.Output(17,NULL,0); 127 127 return; 128 128 }
Note:
See TracChangeset
for help on using the changeset viewer.