Changeset b91e8c1


Ignore:
Timestamp:
Apr 29, 2018, 11:56:36 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/prelude.cf

    rb6dc097 rb91e8c1  
    77// Created On       : Sat Nov 29 07:23:41 2014
    88// Last Modified By : Peter A. Buhr
    9 // Last Modified On : Sat Oct 28 16:33:09 2017
    10 // Update Count     : 102
     9// Last Modified On : Sun Apr 22 13:21:47 2018
     10// Update Count     : 103
    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.