diff options
author | eb | 2008-03-24 07:00:14 +0000 |
---|---|---|
committer | eb | 2008-03-24 07:00:14 +0000 |
commit | 166bf655a6ee9c710205ffab69fccb82a419f175 (patch) | |
tree | cb126525126492fa6aa8b747e379f2bd10d69f82 /gcell/src/lib/runtime/spu/gc_main.c | |
parent | 28361a1bfc8f155a7b1367a234c9256b7b69da38 (diff) | |
download | gnuradio-166bf655a6ee9c710205ffab69fccb82a419f175.tar.gz gnuradio-166bf655a6ee9c710205ffab69fccb82a419f175.tar.bz2 gnuradio-166bf655a6ee9c710205ffab69fccb82a419f175.zip |
minor cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8088 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gcell/src/lib/runtime/spu/gc_main.c')
-rw-r--r-- | gcell/src/lib/runtime/spu/gc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcell/src/lib/runtime/spu/gc_main.c b/gcell/src/lib/runtime/spu/gc_main.c index 96381fa66..ef552f14a 100644 --- a/gcell/src/lib/runtime/spu/gc_main.c +++ b/gcell/src/lib/runtime/spu/gc_main.c @@ -19,7 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#define ENABLE_GC_LOGGING // define to enable logging +// #define ENABLE_GC_LOGGING // define to enable logging #include <spu_intrinsics.h> #include <spu_mfcio.h> |