diff src/audacious/tuple_formatter.c @ 3409:86dafe2300f7 trunk

Added Tuplez compiler (not used yet, though) and some related changes in tuple code.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Aug 2007 23:41:33 +0300
parents e7d8727fb901
children 602ec8c40d0d
line wrap: on
line diff
--- a/src/audacious/tuple_formatter.c	Thu Aug 30 17:41:40 2007 +0200
+++ b/src/audacious/tuple_formatter.c	Thu Aug 30 23:41:33 2007 +0300
@@ -25,7 +25,7 @@
 #include "tuple.h"
 #include "tuple_formatter.h"
 
-#define _DEBUG
+//#define _DEBUG
 
 #ifdef _DEBUG
 # define _TRACE(fmt, ...) g_print("[tuple-fmt] %s(%d) " fmt "\n", __FILE__, __LINE__, __VA_ARGS__);