Changes in / [b82d140:f33eab7]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdlib.hfa

    rb82d140 rf33eab7  
    129129                forall( dtype T | sized(T) ) {
    130130                        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; };
    132132                        struct S_realloc        { inline T *; };
    133133                }
Note: See TracChangeset for help on using the changeset viewer.