aboutsummaryrefslogtreecommitdiff
path: root/src/common/include
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2017-04-21 14:57:53 +0200
committerAlex Auvolat <alex@adnab.me>2017-04-21 14:57:53 +0200
commitec08d0410730a16836eb40f5e46082b3bbaf45f6 (patch)
tree1191271926f1fe42049b974f4bd9bdf56a2945bb /src/common/include
parent59ecab36f634a00cc6e2c4194bf2d5ebc4ec70eb (diff)
downloadkogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.tar.gz
kogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.zip
include lua_cmsgpack and implement select binding
Diffstat (limited to 'src/common/include')
-rw-r--r--src/common/include/assert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include/assert.h b/src/common/include/assert.h
index 655d6f6..0e126dd 100644
--- a/src/common/include/assert.h
+++ b/src/common/include/assert.h
@@ -1,5 +1,6 @@
#pragma once
#include <kogata/debug.h>
+#define assert ASSERT
/* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/