From e8f87cdf1f0dce87b1fe2f0388538094b5b68b88 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 19 Jun 2014 22:26:20 +0200 Subject: Fixed compile error (without RTFL). --- lout/debug.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/lout/debug.hh b/lout/debug.hh index 685238a4..034cefcf 100644 --- a/lout/debug.hh +++ b/lout/debug.hh @@ -289,6 +289,7 @@ #define DBG_OBJ_SET_SYM(var, val) D_STMT_NOP #define DBG_OBJ_SET_STR(var, val) D_STMT_NOP #define DBG_OBJ_SET_PTR(var, val) D_STMT_NOP +#define DBG_OBJ_SET_BOOL(var, val) D_STMT_NOP #define DBG_OBJ_SET_PTR_O(obj, var, val) D_STMT_NOP #define DBG_OBJ_ARRSET_NUM(var, ind, val) D_STMT_NOP #define DBG_OBJ_ARRSET_SYM(var, ind, val) D_STMT_NOP -- cgit v1.2.3