Changes in / [3c6e417:c0f9efe]
- File:
-
- 1 edited
-
src/AST/Convert.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r3c6e417 rc0f9efe 1895 1895 }; 1896 1896 stmt->orElse = { 1897 GET_ACCEPT_1( orelse.statement, Stmt),1898 GET_ACCEPT_1( orelse.condition, Expr),1897 GET_ACCEPT_1(timeout.statement, Stmt), 1898 GET_ACCEPT_1(timeout.condition, Expr), 1899 1899 }; 1900 1900
Note:
See TracChangeset
for help on using the changeset viewer.