Merge pull request #424 from zemasoft/develop

Fix CHAISCRIPT_NO_THREADS macro redefinition warning
This commit is contained in:
Jason Turner 2018-03-17 12:28:15 -06:00 committed by GitHub
commit 3bf72420c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
#ifndef CHAISCRIPT_NO_THREADS
#define CHAISCRIPT_NO_THREADS
#endif
/// ChaiScript as a static is unsupported with thread support enabled
///