gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/debugger.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog server/debugger.h
Date: Mon, 12 Feb 2007 12:20:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/12 12:20:07

Modified files:
        .              : ChangeLog 
        server         : debugger.h 

Log message:
        Changed names on val->var.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2325&r2=1.2326
http://cvs.savannah.gnu.org/viewcvs/gnash/server/debugger.h?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2325
retrieving revision 1.2326
diff -u -b -r1.2325 -r1.2326
--- ChangeLog   12 Feb 2007 11:50:21 -0000      1.2325
+++ ChangeLog   12 Feb 2007 12:20:07 -0000      1.2326
@@ -1,3 +1,7 @@
+2007-02-12 Markus Gothe <address@hidden>
+
+       * server/debugger.h &val, &val -> &var, &val
+
 2007-02-12 Sandro Santilli <address@hidden>
 
        * server/character.h: documented ::advance() method.

Index: server/debugger.h
===================================================================
RCS file: /sources/gnash/gnash/server/debugger.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/debugger.h   10 Feb 2007 01:30:32 -0000      1.5
+++ server/debugger.h   12 Feb 2007 12:20:07 -0000      1.6
@@ -14,6 +14,8 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
+/* $Id: debugger.h,v 1.6 2007/02/12 12:20:07 nihilus Exp $ */
+
 #ifndef __DEBUGGER_H__
 #define __DEBUGGER_H__
 
@@ -117,7 +119,7 @@
     
     // Change the value of a local variable
     void changeLocalVariable(std::string &var, as_value &val);
-    void changeLocalVariable(as_environment &env, std::string &val, as_value 
&val);
+    void changeLocalVariable(as_environment &env, std::string &var, as_value 
&val);
     
     // Change the value of a local variable
     void changeLocalRegister(int index, as_value &val);




reply via email to

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