-
Stefan Behnel authored
Split up the module init function into separate C functions per setup step as it can get fairly lengthy for complex modules, e.g. with many extension types. This hopefully reduces the function complexity that the C compiler must handle.
6ff0eee7