Ignore:
Timestamp:
Jun 14, 2018, 4:21:48 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
29f9e20
Parents:
eaa6430
git-author:
Rob Schluntz <rschlunt@…> (06/14/18 16:21:24)
git-committer:
Rob Schluntz <rschlunt@…> (06/14/18 16:21:48)
Message:

Minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/prelude.cf

    reaa6430 r589a70b  
    728728forall( dtype DT ) void ?{}(       volatile  DT *          &,                   DT * );
    729729forall( dtype DT ) void ?{}(       volatile  DT *          &,       volatile    DT * );
    730 
    731730forall( dtype DT ) void ?{}( const volatile  DT *          &,                   DT * );
    732731forall( dtype DT ) void ?{}( const volatile  DT *          &, const             DT * );
Note: See TracChangeset for help on using the changeset viewer.