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

Use C99 #221

Merged
merged 8 commits into from Feb 23, 2018
Merged

Use C99 #221

merged 8 commits into from Feb 23, 2018

Commits on Feb 23, 2018

  1. Use C99

    It is so old it already could drive a Car.
    Or drink wine and beer in Germany.
    krono committed Feb 23, 2018
    3 Configuration menu
    Copy the full SHA
    5e13635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e2d4b5 View commit details
    Browse the repository at this point in the history
  3. gcc: asm is a keyword not a function.

    side effect is: when you redefine the keyword, it does not match for the
    "function form"
    krono committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    a2d2b7a View commit details
    Browse the repository at this point in the history
  4. Revert "gcc: asm is a keyword not a function."

    This reverts commit a2d2b7a.
    
    Boy, this was wrong
    krono committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    e2c2962 View commit details
    Browse the repository at this point in the history
  5. use __ form for asm in IA32ABI plugin

    because it does not care about sqConfig.h
    krono committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    67363d0 View commit details
    Browse the repository at this point in the history
  6. Complement to last commit

    krono committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    b129491 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1b6ddf View commit details
    Browse the repository at this point in the history
  8. as for xabicc as for ia32abicc

    krono committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    de2e234 View commit details
    Browse the repository at this point in the history