From 9dbe97bf475c77b0d51ed1f45a0db7832d9e553b Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 4 Aug 2007 17:10:37 +0000 Subject: [PATCH] Merge. git-svn-id: https://svn.xiph.org/trunk/ezstream@13441 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/xalloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xalloc.c b/src/xalloc.c index a83d1bb..8753fb7 100644 --- a/src/xalloc.c +++ b/src/xalloc.c @@ -96,7 +96,9 @@ int _xalloc_vasprintf(char **, const char *, va_list, size_t *); static unsigned int debug_level = 0; static FILE *debug_output = NULL; +#ifdef XALLOC_DEBUG static unsigned int xalloc_next_id = 0; +#endif static int xalloc_initialized = 0; static size_t xalloc_allocated; static size_t xalloc_total;