CVSROOT: /sources/gnash
Module name: gnash
Changes by: Markus Gothe <nihilus> 07/07/03 19:44:07
Modified files:
libbase : GC.cpp
Log message:
Fixed bogus #ifdef -> #if
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/GC.cpp?cvsroot=gnash&r1=1.5&r2=1.6
Patches:
Index: GC.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/GC.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- GC.cpp 3 Jul 2007 16:06:20 -0000 1.5
+++ GC.cpp 3 Jul 2007 19:44:07 -0000 1.6
@@ -16,7 +16,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-/* $Id: GC.cpp,v 1.5 2007/07/03 16:06:20 strk Exp $ */
+/* $Id: GC.cpp,v 1.6 2007/07/03 19:44:07 nihilus Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -73,7 +73,7 @@
void
GC::cleanUnreachable()
{
-#ifdef GNASH_GC_DEBUG > 1
+#if (GNASH_GC_DEBUG > 1)
size_t deleted = 0;
log_debug(_("GC %p: SWEEP SCAN"), (void*)this);
#endif
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit