Update of /cvsroot/pure-data/externals/hcs/hid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31754
Modified Files: hid_darwin.c Log Message: turn off excess debug messages on Mac OS X
Index: hid_darwin.c =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_darwin.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** hid_darwin.c 27 Aug 2006 03:21:57 -0000 1.29 --- hid_darwin.c 25 Nov 2006 17:02:53 -0000 1.30 *************** *** 54,59 **** #include "hid.h"
! //#define DEBUG(x) ! #define DEBUG(x) x
/*============================================================================== --- 54,59 ---- #include "hid.h"
! #define DEBUG(x) ! //#define DEBUG(x) x
/*==============================================================================