Changes in src/prelude/prelude.cf [b91e8c1:42be3c3]
- File:
-
- 1 edited
-
src/prelude/prelude.cf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/prelude.cf
rb91e8c1 r42be3c3 7 7 // Created On : Sat Nov 29 07:23:41 2014 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : S un Apr 22 13:21:47 201810 // Update Count : 10 39 // Last Modified On : Sat Oct 28 16:33:09 2017 10 // Update Count : 102 11 11 // 12 12 … … 142 142 !?( float _Complex ), !?( double _Complex ), !?( long double _Complex ); 143 143 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 * );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.