Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sizeof alias of count #9375

Merged
merged 5 commits into from
Feb 23, 2023
Merged

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    4f83324 View commit details
    Browse the repository at this point in the history
  2. Code style fix

    jsanahuja committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fa39366 View commit details
    Browse the repository at this point in the history
  3. Fixes

    jsanahuja committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    aee3665 View commit details
    Browse the repository at this point in the history
  4. Fixed count/sizeof mismatches in callmaps

    `sizeof` is an alias for `count`, so their signatures must always match.
    weirdan committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bf7e5a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Fixes

    jsanahuja committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    bf56db7 View commit details
    Browse the repository at this point in the history