Changeset 071a31a for src/libcfa/prelude.cf
- Timestamp:
- Mar 3, 2016, 2:45:51 PM (7 years ago)
- Branches:
- 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, with_gc
- Children:
- 620cb95
- Parents:
- c14cff1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/prelude.cf
rc14cff1 r071a31a 810 810 forall( dtype DT ) void ?{}( const volatile DT * volatile *); 811 811 812 forall( dtype DT ) void ?{}( DT (*)[] ); // xxx - probably incomplete813 forall( dtype DT ) void ?{}( const DT (*)[] );814 forall( dtype DT ) void ?{}( volatile DT (*)[] );815 forall( dtype DT ) void ?{}( const volatile DT (*)[] );816 817 812 void ?{}( void * *); 818 813 void ?{}( void * volatile *); … … 837 832 forall( dtype DT ) void ^?{}( const volatile DT * volatile *); 838 833 839 forall( dtype DT ) void ^?{}( DT (*) [] ); // xxx - probably incomplete840 forall( dtype DT ) void ^?{}( const DT (*)[] );841 forall( dtype DT ) void ^?{}( volatile DT (*)[] );842 forall( dtype DT ) void ^?{}( const volatile DT (*)[] );843 844 845 834 void ^?{}( void * *); 846 835 void ^?{}( void * volatile *);
Note: See TracChangeset
for help on using the changeset viewer.