c2hsc icon indicating copy to clipboard operation
c2hsc copied to clipboard

Arrays of anonymous structs need a generated name

Open jwiegley opened this issue 11 years ago • 0 comments

Example:

{- struct cal_table {
    int size;
    struct {
        int raw; int val;
    } table[32];
}; -}
#starttype struct cal_table
#field size , CInt
#array_field table , 
#stoptype

jwiegley avatar Aug 11 '14 17:08 jwiegley