Ignore:
Timestamp:
Sep 14, 2017, 4:26:54 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e149f77
Parents:
1dcd9554
Message:

Fix some issues with waitfor... it appears to work!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parserutility.cc

    r1dcd9554 r310e5b7  
    2929
    3030Expression *notZeroExpr( Expression *orig ) {
     31        if( !orig ) return nullptr;
    3132        UntypedExpr *comparison = new UntypedExpr( new NameExpr( "?!=?" ) );
    3233        comparison->get_args().push_back( orig );
Note: See TracChangeset for help on using the changeset viewer.