Changeset 589a70b for src/prelude/prelude.cf
- Timestamp:
- Jun 14, 2018, 4:21:48 PM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/prelude.cf
reaa6430 r589a70b 728 728 forall( dtype DT ) void ?{}( volatile DT * &, DT * ); 729 729 forall( dtype DT ) void ?{}( volatile DT * &, volatile DT * ); 730 731 730 forall( dtype DT ) void ?{}( const volatile DT * &, DT * ); 732 731 forall( dtype DT ) void ?{}( const volatile DT * &, const DT * );
Note: See TracChangeset
for help on using the changeset viewer.