diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-19 22:26:20 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-19 22:26:20 +0200 |
commit | e8f87cdf1f0dce87b1fe2f0388538094b5b68b88 (patch) | |
tree | bcf60165c2c32dd361887e770be281b063458500 | |
parent | 0e0a0fe7bdd3d52ec78a7dd63e254aaca4fb0c2d (diff) |
Fixed compile error (without RTFL).
-rw-r--r-- | lout/debug.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |