Changeset 1e5dedc4
- Timestamp:
- Jun 18, 2019, 11:12:55 AM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
re6faef4 r1e5dedc4 1907 1907 }; 1908 1908 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), 1911 1911 }; 1912 1912
Note: See TracChangeset
for help on using the changeset viewer.