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

Remove the need for #define CROW_MAIN #280

Merged
merged 3 commits into from
Nov 21, 2021
Merged

Remove the need for #define CROW_MAIN #280

merged 3 commits into from
Nov 21, 2021

Commits on Nov 21, 2021

  1. remove the need for #define CROW_MAIN.

    This is achieved using the conts type qualifier as it gives internal linkage.
    fixes #273
    
    Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
    luca-schlecker committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    5823a59 View commit details
    Browse the repository at this point in the history
  2. remove every occurance of #define CROW_MAIN.

    Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
    luca-schlecker committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e5c7dac View commit details
    Browse the repository at this point in the history
  3. add a disclaimer for users of v0.3 that #define CROW_MAIN is required.

    Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
    luca-schlecker committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    18ba83a View commit details
    Browse the repository at this point in the history