alexeilebedev / openacr

open-source version of acr & amc
GNU General Public License v3.0
34 stars 17 forks source link

Ctypes with varlen field cannot have membership #51

Open michael626 opened 1 year ago

michael626 commented 1 year ago

Amc complains about the varlen field not being the last member. But this is only because the generated membership fields are always placed at the end of the ctype.

fix: generate the varlen field after all membership fields