From 710ccb7b483da9be9543ea40a99dee7fd6f8fa98 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 25 Oct 2006 10:17:57 +0000 Subject: ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagdb/malloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tagdb/malloc.c') diff --git a/apps/tagdb/malloc.c b/apps/tagdb/malloc.c index 78d24f9..dbc2c5b 100644 --- a/apps/tagdb/malloc.c +++ b/apps/tagdb/malloc.c @@ -1,3 +1,4 @@ +#ifdef HAVE_TAGCACHE #include "config.h" #include "malloc.h" @@ -129,3 +130,4 @@ void malloc_stats() { printf(" Maximum amount of allocated memory: %dbytes\n", max_total); printf(" Current amount of allocated memory: %dbytes\n", total); } +#endif -- cgit v1.1