Ignore:
Timestamp:
Jul 18, 2017, 4:35:52 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
f19339e
Parents:
795d450
Message:

Convert more library files to use references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/preemption.h

    r795d450 r242a902  
    3232};
    3333
    34 void ?{}( preemption_scope * this, processor * proc );
    35 void ^?{}( preemption_scope * this );
     34void ?{}( preemption_scope & this, processor * proc );
     35void ^?{}( preemption_scope & this );
    3636
    3737#endif //PREEMPTION_H
Note: See TracChangeset for help on using the changeset viewer.