Changes in src/libcfa/prelude.cf [a2a77af:4cb935e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/prelude.cf
ra2a77af r4cb935e 273 273 forall( ftype FT ) signed int ?!=?( FT *, FT * ); 274 274 275 //forall( dtype DT ) signed int ?==?( const volatile DT *, const volatile void * );276 //forall( dtype DT ) signed int ?==?( const volatile void *, const volatile DT * );277 //forall( dtype DT ) signed int ?!=?( const volatile DT *, const volatile void * );278 //forall( dtype DT ) signed int ?!=?( const volatile void *, const volatile DT * );275 forall( dtype DT ) signed int ?==?( const volatile DT *, const volatile void * ); 276 forall( dtype DT ) signed int ?==?( const volatile void *, const volatile DT * ); 277 forall( dtype DT ) signed int ?!=?( const volatile DT *, const volatile void * ); 278 forall( dtype DT ) signed int ?!=?( const volatile void *, const volatile DT * ); 279 279 280 280 // forall( dtype DT ) signed int ?==?( const volatile DT *, forall( dtype DT2 )const DT2 * );
Note: See TracChangeset
for help on using the changeset viewer.