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

A16-0-1: Fix handling of #else.. directives #387

Closed
wants to merge 3 commits into from

Commits on Oct 4, 2023

  1. A16-0-1: Fix handling of else directives

    The #else family of directives were not treated as legitimate children
    of conditional preprocessor directives. This commit:
     * Updates #else to be universally acceptable.
     * Updates #elif to be acceptable within a conditional directive, while
       retaining the ability to report invalid conditions.
    lcartey committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2e2cf8e View commit details
    Browse the repository at this point in the history
  2. Add missing files

    lcartey committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a47f245 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    b2e96dd View commit details
    Browse the repository at this point in the history