Changeset 283fbdd for libcfa/prelude/builtins.c
- Timestamp:
- Dec 9, 2024, 4:48:19 PM (9 days ago)
- Branches:
- master
- Children:
- fd0a1799
- Parents:
- 50be6444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/builtins.c
r50be6444 r283fbdd 107 107 } // ?{} 108 108 #endif // __SIZEOF_INT128__ 109 110 // for-control index constraints111 // forall( T | { void ?{}( T &, zero_t ); void ?{}( T &, one_t ); T ?+=?( T &, T ); T ?-=?( T &, T ); int ?<?( T, T ); } )112 // static inline T __for_control_index_constraints__( T t ) { return t; }113 109 114 110 … … 155 151 unsigned long long int ?\=?( unsigned long long int & x, unsigned long long int y ) { x = x \ y; return x; } 156 152 } // distribution 157 158 // struct quasi_void {};159 // static inline void ?{}( quasi_void &) {}160 // static inline void ?{}( quasi_void &, quasi_void ) {}161 // static inline void ^?{}( quasi_void &) {}162 // static inline quasi_void ?=?( quasi_void &, quasi_void & _src ) { return _src; }163 153 164 154
Note: See TracChangeset
for help on using the changeset viewer.