summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-03 08:21:34 +0200
committerarchshift <admin@archshift.com>2014-09-03 08:21:34 +0200
commit62d5ab15a5b43bb57d7b93898ab21e496893c8a7 (patch)
treecf464fe1e2621f6c5c75a509b7f31d79a8df9678
parentAdded mutton, which sheep now drop when killed (diff)
downloadcuberite-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
-rw-r--r--lib/tolua++/include/tolua++.h4
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)