Quick fix for a preprocessor error with clang on OS X
This commit is contained in:
parent
34d6f0713e
commit
62d5ab15a5
@ -36,7 +36,9 @@ extern "C" {
|
||||
#define TEMPLATE_BIND(p)
|
||||
#endif
|
||||
|
||||
#define TOLUA_TEMPLATE_BIND(p)
|
||||
#ifndef TOLUA_TEMPLATE_BIND
|
||||
#define TOLUA_TEMPLATE_BIND(p)
|
||||
#endif
|
||||
|
||||
#define TOLUA_PROTECTED_DESTRUCTOR
|
||||
#define TOLUA_PROPERTY_TYPE(p)
|
||||
|
Loading…
Reference in New Issue
Block a user