Changes in src/Common/SemanticError.h [9ed4f94:d48e529]
- File:
-
- 1 edited
-
src/Common/SemanticError.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
r9ed4f94 rd48e529 32 32 33 33 void maybeSet( const CodeLocation & location ) { 34 if( this->location. linenumber < 0) {34 if( this->location.isUnset() ) { 35 35 this->location = location; 36 36 }
Note:
See TracChangeset
for help on using the changeset viewer.