Changeset f4bc57c for src/examples/abstype.c
- Timestamp:
- Jun 15, 2016, 4:47:11 PM (9 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:
- 0f8e4ac
- Parents:
- c738ca4 (diff), d1aa5c0 (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
rc738ca4 rf4bc57c 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.