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

Allow abstract declarator "static" (GH issue #539) #545

Merged
merged 1 commit into from
Jun 23, 2024

Commits on Jun 19, 2024

  1. Allow abstract declarator "static" (GH issue eliben#539)

    This is similar to:
        allow "static" in array parameters (GH issue eliben#21)
        aac7b27
    which was revised shortly after in:
        Fuller support for qualifiers in array dimensions.
        8aad318
    
    The grammar is as defined in C99 6.7.6 Type names, or
    A.2.2 Declarations (6.7.6).
    gperciva committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3c66d22 View commit details
    Browse the repository at this point in the history