1
0
Fork 0

Quick fix for a preprocessor error with clang on OS X

This commit is contained in:
archshift 2014-09-02 23:21:34 -07:00
parent 34d6f0713e
commit 62d5ab15a5
1 changed files with 3 additions and 1 deletions

View File

@ -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)