Changeset 09f357e for src/Concurrency/Keywords.cc
- Timestamp:
- Feb 4, 2020, 11:29:11 AM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- 4f7b418
- Parents:
- 5cdeecd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.cc
r5cdeecd r09f357e 716 716 new UntypedExpr( 717 717 new NameExpr( "__thrd_start" ), 718 { new VariableExpr( param ) }718 { new VariableExpr( param ), new NameExpr("main") } 719 719 ) 720 720 )
Note: See TracChangeset
for help on using the changeset viewer.