Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make symbol check even more portable again
Also ignore symbols of type N (debugging symbol on Linux and FreeBSD, unused on macOS) and ignore (on non-macOS) support library symbols that start with `$`, `.`, or `@` (in addition to `_`), which are non-C-identifier characters. Fixes #1121.
- Loading branch information