Commit Graph
2 Commits
Author SHA1 Message Date
Charlotte Koch 4e12abd228 docs: add Charlotte Koch to the AUTHORS file 2018-06-14 07:33:59 +00:00
Charlotte Koch 39dbfcb8fc chore: add missing #undef FINALIZER after module registry definition
The FINALIZER macro was previously defined for use in the module registry
but lacked a corresponding #undef, potentially causing macro leakage into
subsequent code. This commit adds the cleanup directive to maintain macro
hygiene consistent with other macros in the same block.
2018-06-05 20:27:45 +00:00