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

translate-c: allow string literals to be used as char * #9554

Merged
merged 2 commits into from
Aug 21, 2021

Commits on Aug 14, 2021

  1. translate-c: allow string literals to be used as char *

    In C the type of string literals is `char *`, so when using them in
    a non-const context we have to cast the const away.
    
    Fixes ziglang#9126
    ehaas committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    5a984fd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

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