Changeset b91e8c1
- Timestamp:
- Apr 29, 2018, 11:56:36 AM (7 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 71b50f36
- Parents:
- b6dc097
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/prelude.cf
rb6dc097 rb91e8c1 7 7 // Created On : Sat Nov 29 07:23:41 2014 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : S at Oct 28 16:33:09 201710 // Update Count : 10 29 // Last Modified On : Sun Apr 22 13:21:47 2018 10 // Update Count : 103 11 11 // 12 12 … … 142 142 !?( float _Complex ), !?( double _Complex ), !?( long double _Complex ); 143 143 144 forall 145 forall 146 forall 147 forall 148 forall 144 forall( dtype DT ) int !?( DT * ); 145 forall( dtype DT ) int !?( const DT * ); 146 forall( dtype DT ) int !?( volatile DT * ); 147 forall( dtype DT ) int !?( const volatile DT * ); 148 forall( ftype FT ) int !?( FT * ); 149 149 150 150 // ------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.