- Timestamp:
- May 5, 2008, 2:24:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Type.cpp
r523 r556 114 114 } 115 115 116 compiler.errorMessenger.OutputFatalError();116 throw; 117 117 118 118 return 0; … … 217 217 { 218 218 if( !pClass ){ 219 compiler.errorMessenger.OutputFatalError(); 220 return 0; 219 throw; 221 220 } 222 221 … … 230 229 } 231 230 232 compiler.errorMessenger.OutputFatalError(); 233 return 0; 231 throw; 234 232 } 235 233
Note:
See TracChangeset
for help on using the changeset viewer.