Fix CHAISCRIPT_NO_THREADS macro redefinition warning

Appeared when compiling with MULTITHREAD_SUPPORT_ENABLED=FALSE.
This commit is contained in:
Tomas Zeman 2018-03-10 19:16:22 +01:00
parent 4139eb1efc
commit c2a3518eb0

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
///