[PD-cvs] SF.net SVN: pure-data: [9859] branches/pd-extended/v0-40/externals/hcs/ folder_list.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue May 20 18:26:18 CEST 2008


Revision: 9859
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9859&view=rev
Author:   eighthave
Date:     2008-05-20 09:26:17 -0700 (Tue, 20 May 2008)

Log Message:
-----------
oops, forgot to turn off debug messages

Modified Paths:
--------------
    branches/pd-extended/v0-40/externals/hcs/folder_list.c

Modified: branches/pd-extended/v0-40/externals/hcs/folder_list.c
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/folder_list.c	2008-05-20 14:53:11 UTC (rev 9858)
+++ branches/pd-extended/v0-40/externals/hcs/folder_list.c	2008-05-20 16:26:17 UTC (rev 9859)
@@ -40,8 +40,8 @@
 
 t_int folder_list_instance_count;
 
-//#define DEBUG(x)
-#define DEBUG(x) x 
+#define DEBUG(x)
+//#define DEBUG(x) x 
 
 /*------------------------------------------------------------------------------
  *  CLASS DEF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list