Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Corun.cpp

    r37273c8 r3d9d017  
    113113            new FunctionDecl( loc,
    114114                fnName,                                             // name
     115                {},                                                 // forall
    115116                {
    116117                    new ObjectDecl( loc,
     
    260261            new FunctionDecl( loc,
    261262                fnName,                                             // name
     263                {},                                                 // forall
    262264                {},                                                 // params
    263265                {},                                                 // return
Note: See TracChangeset for help on using the changeset viewer.