Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/prelude.cf

    rb91e8c1 r42be3c3  
    77// Created On       : Sat Nov 29 07:23:41 2014
    88// Last Modified By : Peter A. Buhr
    9 // Last Modified On : Sun Apr 22 13:21:47 2018
    10 // Update Count     : 103
     9// Last Modified On : Sat Oct 28 16:33:09 2017
     10// Update Count     : 102
    1111//
    1212
     
    142142                !?( float _Complex ),           !?( double _Complex ),          !?( long double _Complex );
    143143
    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 * );
     144forall ( dtype DT ) int !?(                DT * );
     145forall ( dtype DT ) int !?( const          DT * );
     146forall ( dtype DT ) int !?(       volatile DT * );
     147forall ( dtype DT ) int !?( const volatile DT * );
     148forall ( ftype FT ) int !?( FT * );
    149149
    150150// ------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.