Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace INITARGS with void in function parameter list
Most compilers currently accept arbitrary identifiers in this place and ignore then, but this is going to change and turn into an error. (It prevents compilers from diagnosing misspelled type names, and the resulting declaration is not a prototype, so no type errors will be reported at call sites.)
- Loading branch information