core_unix icon indicating copy to clipboard operation
core_unix copied to clipboard

Constify C constructors and flags tables

Open MisterDA opened this issue 1 year ago • 0 comments

There's little value to this considering the constructors tables are static, used very locally, but this serves nonetheless as an indication to the programmer that the tables are not to be modified. Now these tables will go in the readonly segment, where they belong.

Cf https://github.com/ocaml/ocaml/pull/12223, https://github.com/ocaml/ocaml/pull/12951.

MisterDA avatar Feb 02 '24 13:02 MisterDA