Changes in src/Parser/ParseNode.h [d55d7a6:c453ac4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
rd55d7a6 rc453ac4 434 434 } // if 435 435 } catch( SemanticError &e ) { 436 e.set_location( cur->location ); 436 437 errors.append( e ); 437 438 } // try
Note:
See TracChangeset
for help on using the changeset viewer.