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