gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase ref_counted.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase ref_counted.h
Date: Sat, 16 Jun 2007 07:59:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/16 07:59:20

Modified files:
        libbase        : ref_counted.h 

Log message:
        Do not define GNASH_GC_DEBUG here, its official locateion in GC.h

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/ref_counted.h?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ref_counted.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/ref_counted.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- ref_counted.h       15 Jun 2007 15:00:26 -0000      1.7
+++ ref_counted.h       16 Jun 2007 07:59:19 -0000      1.8
@@ -15,7 +15,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: ref_counted.h,v 1.7 2007/06/15 15:00:26 strk Exp $ */
+/* $Id: ref_counted.h,v 1.8 2007/06/16 07:59:19 strk Exp $ */
 
 #ifndef GNASH_REF_COUNTED_H
 #define GNASH_REF_COUNTED_H
@@ -27,9 +27,6 @@
 #include "container.h"
 #include "smart_ptr.h"
 
-// Define the following macro to enable GC verbosity 
-#define GNASH_GC_DEBUG 1
-
 #ifdef GNASH_USE_GC
 # include "GC.h"
 # ifdef GNASH_GC_DEBUG




reply via email to

[Prev in Thread] Current Thread [Next in Thread]