Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further refine the
C2C.atom_is_external
criterion in "no-common" mode
In `-fno-common` mode, a global variable declaration such as `int x;`, with default storage class, acts like a definition: `x` cannot be defined in a DLL.
- Loading branch information