- Timestamp:
- Nov 3, 2014, 4:38:08 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 8c17ab0
- Parents:
- 93885663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude.cf
r93885663 r134b86a 325 325 forall(dtype DT) const volatile void * ?=?(const volatile void * volatile *, const volatile DT*); 326 326 327 void * 327 void * ?=?( void * *, void*); 328 328 void * ?=?( void * volatile *, void*); 329 const void * 329 const void * ?=?(const void * *, void*); 330 330 const void * ?=?(const void * volatile *, void*); 331 331 const void * ?=?(const void * *, const void*);
Note: See TracChangeset
for help on using the changeset viewer.