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