Skip to content

girparser: Make sizes in integer_aliases more obviously correct

Simon McVittie requested to merge wip/smcv/inline-sizeof into main
  • girparser: Make sizes in integer_aliases more obviously correct

    We don't actually need to use the Meson-detected size macros here, because the result of sizeof() is an integer constant expression.

    No functional change.


As suggested on !3966 (merged). Depends on !3966 (merged), please review that one first.

Merge request reports