Changes in src/Common/SemanticError.h [4358c1e:af39199d]
- File:
-
- 1 edited
-
src/Common/SemanticError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
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:23201813 // Update Count : 3012 // Last Modified On : Wed May 2 18:13:15 2018 13 // Update Count : 29 14 14 // 15 15 … … 21 21 //----------------------------------------------------------------------------- 22 22 // Errors 23 24 extern bool SemanticErrorThrow;25 23 26 24 __attribute__((noreturn)) void SemanticError( CodeLocation location, std::string error );
Note:
See TracChangeset
for help on using the changeset viewer.