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