Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/prelude.cf

    r14f6bb39 r0788b739  
    131131                !?( float _Complex ),           !?( double _Complex ),          !?( long double _Complex );
    132132
    133 forall ( dtype DT ) int !?(                DT * );
    134 forall ( dtype DT ) int !?( const          DT * );
    135 forall ( dtype DT ) int !?(       volatile DT * );
    136133forall ( dtype DT ) int !?( const volatile DT * );
    137134forall ( ftype FT ) int !?( FT * );
     
    238235           ?>?( long double, long double ),                             ?>=?( long double, long double );
    239236
    240 forall( dtype DT ) signed int ?<?(                 DT *,                DT * );
    241 forall( dtype DT ) signed int ?<?(  const          DT *, const          DT * );
    242 forall( dtype DT ) signed int ?<?(        volatile DT *,       volatile DT * );
    243237forall( dtype DT ) signed int ?<?(  const volatile DT *, const volatile DT * );
    244 
    245 forall( dtype DT ) signed int ?>?(                 DT *,                DT * );
    246 forall( dtype DT ) signed int ?>?(  const          DT *, const          DT * );
    247 forall( dtype DT ) signed int ?>?(        volatile DT *,       volatile DT * );
    248238forall( dtype DT ) signed int ?>?(  const volatile DT *, const volatile DT * );
    249 
    250 forall( dtype DT ) signed int ?<=?(                 DT *,                DT * );
    251 forall( dtype DT ) signed int ?<=?(  const          DT *, const          DT * );
    252 forall( dtype DT ) signed int ?<=?(        volatile DT *,       volatile DT * );
    253239forall( dtype DT ) signed int ?<=?( const volatile DT *, const volatile DT * );
    254 
    255 forall( dtype DT ) signed int ?>=?(                 DT *,                DT * );
    256 forall( dtype DT ) signed int ?>=?(  const          DT *, const          DT * );
    257 forall( dtype DT ) signed int ?>=?(        volatile DT *,       volatile DT * );
    258240forall( dtype DT ) signed int ?>=?( const volatile DT *, const volatile DT * );
    259241
Note: See TracChangeset for help on using the changeset viewer.