diff options
author | archshift <admin@archshift.com> | 2014-09-03 08:21:34 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-03 08:21:34 +0200 |
commit | 62d5ab15a5b43bb57d7b93898ab21e496893c8a7 (patch) | |
tree | cf464fe1e2621f6c5c75a509b7f31d79a8df9678 /lib | |
parent | Added mutton, which sheep now drop when killed (diff) | |
download | cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.tar cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.tar.gz cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.tar.bz2 cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.tar.lz cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.tar.xz cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.tar.zst cuberite-62d5ab15a5b43bb57d7b93898ab21e496893c8a7.zip |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tolua++/include/tolua++.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tolua++/include/tolua++.h b/lib/tolua++/include/tolua++.h index 8da427fe3..c8b654ae6 100644 --- a/lib/tolua++/include/tolua++.h +++ b/lib/tolua++/include/tolua++.h @@ -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) |