Changes in src/Parser/parserutility.cc [310e5b7:d180746]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parserutility.cc
r310e5b7 rd180746 29 29 30 30 Expression *notZeroExpr( Expression *orig ) { 31 if( !orig ) return nullptr;32 31 UntypedExpr *comparison = new UntypedExpr( new NameExpr( "?!=?" ) ); 33 32 comparison->get_args().push_back( orig );
Note:
See TracChangeset
for help on using the changeset viewer.