From 2f4521ea9ea3b160c256afb0d210eb8028c8ce5b Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 6 Feb 2007 13:25:57 +0000 Subject: More HAVE_TAGCACHE by Austin Appel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12213 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index ffe6d47..0037142 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -58,11 +58,13 @@ struct tree_context { int filesindir; /* The number of files in the dircache */ int dirsindir; /* file use */ int dirlength; /* total number of entries in dir, incl. those not loaded */ +#ifdef HAVE_TAGCACHE int table_history[MAX_DIR_LEVELS]; /* db use */ int extra_history[MAX_DIR_LEVELS]; /* db use */ int currtable; /* db use */ int currextra; /* db use */ int currextra2; /* db use */ +#endif /* A big buffer with plenty of entry structs, * contains all files and dirs in the current * dir (with filters applied) */ -- cgit v1.1