Changeset 2c57025 for src/libcfa
- Timestamp:
- Nov 25, 2016, 6:11:03 PM (8 years ago)
- 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, resolv-new, with_gc
- Children:
- 0f35657
- Parents:
- 186fd86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/prelude.cf
r186fd86 r2c57025 108 108 forall( otype T ) const volatile T * --?( const volatile T ** ); 109 109 110 forall( otype T) lvalue T *?( T * );111 forall( otype T) const lvalue T *?( const T * );112 forall( otype T) volatile lvalue T *?( volatile T * );113 forall( otype T) const volatile lvalue T *?( const volatile T * );110 forall( dtype T | sized(T) ) lvalue T *?( T * ); 111 forall( dtype T | sized(T) ) const lvalue T *?( const T * ); 112 forall( dtype T | sized(T) ) volatile lvalue T *?( volatile T * ); 113 forall( dtype T | sized(T) ) const volatile lvalue T *?( const volatile T * ); 114 114 forall( ftype FT ) lvalue FT *?( FT * ); 115 115
Note: See TracChangeset
for help on using the changeset viewer.