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

Rename variables with reserved names #456

Merged
merged 1 commit into from
Jan 19, 2024

Commits on Jan 18, 2024

  1. Rename variables with reserved names

    From the GNU libc manual[0]:
    
    In addition to the names documented in this manual, reserved names
    include all external identifiers (global functions and variables)
    that begin with an underscore (‘_’) and all identifiers regardless
    of use that begin with either two underscores or an underscore
    followed by a capital letter are reserved names. This is so that
    the library and header files can define functions, variables, and
    macros for internal purposes without risk of conflict with names
    in user programs.
    
    [0] https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html
    thyssentishman committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    016754c View commit details
    Browse the repository at this point in the history