You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* accept array definitions without length in interface files
* reject `elemsof` and `sizeof` on arrays of unknown length
* simplify external array definitions in C generator, remove array decay
* expose actual array lengths as numbers, including implied array lengths
and incremental array lengths
* control name mangling according to library source language:
c2/native language libraries use module name prefix, others use c name
* fix test/interface/incremental_array.c2t: fix external array definition
* fix test/interface/public_by_array_expr.c2t: fix external array definition
* fix test/interface/muti_dimensional_array.c2t: `Row` and `Columns` definitions
were reversed, 2D external array definition in C was incorrect
* add tests for arrays with unspecified size
0 commit comments