gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/vm ActionExec.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/vm ActionExec.cpp
Date: Thu, 07 Dec 2006 13:55:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/07 13:55:56

Modified files:
        server/vm      : ActionExec.cpp 

Log message:
        Commented out GNASH_REPORT_FUNCTION from constructors (to make 
gnash-dbg.log cleaner

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ActionExec.cpp?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ActionExec.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ActionExec.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ActionExec.cpp      24 Nov 2006 14:50:30 -0000      1.2
+++ ActionExec.cpp      7 Dec 2006 13:55:56 -0000       1.3
@@ -16,7 +16,7 @@
 
 //
 
-/* $Id: ActionExec.cpp,v 1.2 2006/11/24 14:50:30 strk Exp $ */
+/* $Id: ActionExec.cpp,v 1.3 2006/12/07 13:55:56 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -83,7 +83,7 @@
        env(newEnv),
        retval(retval)
 {
-       GNASH_REPORT_FUNCTION;
+       //GNASH_REPORT_FUNCTION;
 
        /// See: http://sswf.sourceforge.net/SWFalexref.html#action_with
        if ( env.get_version() > 5 ) _with_stack_limit = 15;
@@ -101,7 +101,7 @@
        env(newEnv),
        retval(0)
 {
-       GNASH_REPORT_FUNCTION;
+       //GNASH_REPORT_FUNCTION;
 
        /// See: http://sswf.sourceforge.net/SWFalexref.html#action_with
        if ( env.get_version() > 5 ) _with_stack_limit = 15;




reply via email to

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