Skip to content

Update global variables for Clang based compilers

Choose a tag to compare

@ctvaugh ctvaugh released this 26 Mar 14:51
· 15 commits to master since this release
6bec84c

This update allows the code to be compiled with Clang based compilers. When global variables are being used with the Clang based compilers, they can only be declared in one source file and have to be "extern" to other source files.