Author: Whiteknight
Date: Mon Jul 21 16:00:07 2008
New Revision: 29659
Modified:
branches/gsoc_pdd09/src/gc/gc_it.c
Log:
[gsoc_pdd09] small codingstd fix
Modified: branches/gsoc_pdd09/src/gc/gc_it.c
==============================================================================
--- branches/gsoc_pdd09/src/gc/gc_it.c (original)
+++ branches/gsoc_pdd09/src/gc/gc_it.c Mon Jul 21 16:00:07 2008
@@ -306,7 +306,7 @@
/* in batch mode, enqueue all roots, and scan the entire pile */
gc_it_enqueue_all_roots(interp);
gc_it_trace(interp);
-#endif
+# endif
GC_IT_BREAK_AFTER_3;
case GC_IT_END_MARK: