Closed CAP1Sup closed 9 months ago
Fixed GCC multiple definition errors when building C library with GCC10+. Caused by standards update preventing variable definitions in header files.
Fixes issue #607
Also fixed by #589 . I believe his fix is better, so I'll close this PR
Fixed GCC multiple definition errors when building C library with GCC10+. Caused by standards update preventing variable definitions in header files.