[xiph-commits] r13441 - trunk/ezstream/src

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Aug 4 10:10:37 PDT 2007


Author: moritz
Date: 2007-08-04 10:10:37 -0700 (Sat, 04 Aug 2007)
New Revision: 13441

Modified:
   trunk/ezstream/src/xalloc.c
Log:
Merge.


Modified: trunk/ezstream/src/xalloc.c
===================================================================
--- trunk/ezstream/src/xalloc.c	2007-08-04 17:10:29 UTC (rev 13440)
+++ trunk/ezstream/src/xalloc.c	2007-08-04 17:10:37 UTC (rev 13441)
@@ -96,7 +96,9 @@
 
 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;



More information about the commits mailing list