Minor fix to ensure tv_depth is there when debugging is disabled.
This commit is contained in:
parent
c366e466e3
commit
f20301b41b
|
@ -77,9 +77,7 @@ struct traverse_visitbp_data {
|
|||
int tv_lasterr;
|
||||
int tv_i;
|
||||
int tv_epb;
|
||||
#ifdef DEBUG
|
||||
int tv_depth;
|
||||
#endif
|
||||
};
|
||||
|
||||
static inline int traverse_visitbp(struct traverse_data *td, const
|
||||
|
|
Loading…
Reference in New Issue