Changeset 1e5dedc4 for src/AST


Ignore:
Timestamp:
Jun 18, 2019, 11:12:55 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3c6e417
Parents:
e6faef4
Message:

Fixed conversion for waitforstmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    re6faef4 r1e5dedc4  
    19071907                };
    19081908                stmt->orElse = {
    1909                         GET_ACCEPT_1(timeout.statement, Stmt),
    1910                         GET_ACCEPT_1(timeout.condition, Expr),
     1909                        GET_ACCEPT_1(orelse.statement, Stmt),
     1910                        GET_ACCEPT_1(orelse.condition, Expr),
    19111911                };
    19121912
Note: See TracChangeset for help on using the changeset viewer.