Changeset 685810e for libcfa


Ignore:
Timestamp:
Nov 10, 2020, 2:45:07 PM (3 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f33eab7
Parents:
75baaa3
Message:

corrected FIX-ME-comment about alloc interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdlib.hfa

    r75baaa3 r685810e  
    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.