Skip to content

Conversation

@GravisZro
Copy link

Use "modern" (as of 1999) standards:

  • void instead of VOID (type standardization)
  • intptr_t instead of INT_PTR (type standardization)
  • Remove small C declarations (function declaration standardization)

Note: support for small C compilers was already broken, so nothing is lost by removing the declarations

Actually use 'void' instead of "VOID"
Remove small C declarations
Note: support for these compilers was already broken, so nothing is lost
Replace INT_PTR with the intptr_t which is a standard type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant