Changes in src/Common/SemanticError.cc [4358c1e:af39199d]
- File:
-
- 1 edited
-
src/Common/SemanticError.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.cc
r4358c1e raf39199d 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed May 16 15:01:20201813 // Update Count : 912 // Last Modified On : Wed May 2 18:13:37 2018 13 // Update Count : 8 14 14 // 15 15 … … 70 70 //----------------------------------------------------------------------------- 71 71 // Semantic Error 72 bool SemanticErrorThrow = false;73 74 72 SemanticErrorException::SemanticErrorException( CodeLocation location, std::string error ) { 75 73 append( location, error ); … … 96 94 97 95 void SemanticError( CodeLocation location, std::string error ) { 98 SemanticErrorThrow = true;99 96 throw SemanticErrorException(location, error); 100 97 }
Note:
See TracChangeset
for help on using the changeset viewer.