Changeset 1d379b5 for libcfa/src/stdlib.hfa
- Timestamp:
- Nov 10, 2020, 4:04:01 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 2b18848, 5465377c
- Parents:
- e00c22f (diff), f33eab7 (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
-
libcfa/src/stdlib.hfa
re00c22f r1d379b5 129 129 forall( dtype T | sized(T) ) { 130 130 union U_fill { char c; T * a; T t; }; 131 struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };131 struct S_fill { char tag; U_fill(T) fill; }; 132 132 struct S_realloc { inline T *; }; 133 133 }
Note: See TracChangeset
for help on using the changeset viewer.