Changeset ca26509 for src/examples/abstype.c
- Timestamp:
- Jun 14, 2016, 3:26:24 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:
- f2d51eb
- Parents:
- ee51534
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/abstype.c
ree51534 rca26509 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.