Use '#ifdef MOO_DEBUG' instead of '#if MOO_DEBUG'
This commit is contained in:
parent
bd4cc16a2c
commit
d1e96ce1f0
@ -129,7 +129,7 @@ gboolean _moo_term_line_wrapped_chk__ (MooTermLine *line);
|
||||
|
||||
#define _moo_term_line_set_wrapped(line__) (line__)->wrapped = TRUE
|
||||
|
||||
#if MOO_DEBUG
|
||||
#ifdef MOO_DEBUG
|
||||
#define _moo_term_line_get_cell(line__,index__) (_moo_term_line_get_cell_chk__(line__, index__))
|
||||
#define _moo_term_line_get_char(line__,index__) (_moo_term_line_get_char_chk__(line__, index__))
|
||||
#define _moo_term_line_get_tags(line__,index__) (_moo_term_line_get_tags_chk__(line__, index__))
|
||||
|
Loading…
x
Reference in New Issue
Block a user