Changeset f2d51eb for src/examples/abstype.c
- Timestamp:
- Jun 14, 2016, 3:45:56 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- efc15918
- Parents:
- c6467b6 (diff), ca26509 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/abstype.c
rc6467b6 rf2d51eb 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Apr 6 22:16:08 201613 // Update Count : 812 // Last Modified On : Tue Jun 14 14:27:48 2016 13 // Update Count : 9 14 14 // 15 15 … … 21 21 } 22 22 23 forall( otype T ) lvalue T *?( T * );23 forall( otype T ) lvalue T *?( T * ); 24 24 int ?++( int * ); 25 25 int ?=?( int *, int ); 26 forall( dtype DT ) DT * ?=?( DT **, DT * );26 forall( dtype DT ) DT * ?=?( DT **, DT * ); 27 27 28 28 otype U = int *;
Note: See TracChangeset
for help on using the changeset viewer.