gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash plugin/plugin.h server/builtin_function.h...


From: Rob Savoye
Subject: [Gnash-commit] gnash plugin/plugin.h server/builtin_function.h...
Date: Fri, 15 Dec 2006 21:25:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/12/15 21:25:59

Modified files:
        plugin         : plugin.h 
        server         : builtin_function.h 
        server/asobj   : Number.cpp 

Log message:
        Remove blank commment lines in header.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.h?cvsroot=gnash&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/gnash/server/builtin_function.h?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Number.cpp?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: plugin/plugin.h
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- plugin/plugin.h     29 Oct 2006 18:34:16 -0000      1.28
+++ plugin/plugin.h     15 Dec 2006 21:25:59 -0000      1.29
@@ -14,10 +14,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: plugin.h,v 1.28 2006/10/29 18:34:16 rsavoye Exp $ */
+/* $Id: plugin.h,v 1.29 2006/12/15 21:25:59 rsavoye Exp $ */
 
 #ifndef __PLUGIN_H__
 #define __PLUGIN_H__
@@ -27,13 +24,13 @@
 #endif
 
 #ifndef HAVE_FUNCTION
-       #ifndef HAVE_func
-               #define dummystr(x) # x
-               #define dummyestr(x) dummystr(x)
-               #define __FUNCTION__ __FILE__":"dummyestr(__LINE__)
-       #else
-               #define __FUNCTION__ __func__   
-       #endif
+# ifndef HAVE_func
+#  define dummystr(x) # x
+#  define dummyestr(x) dummystr(x)
+#  define __FUNCTION__ __FILE__":"dummyestr(__LINE__)
+# else
+#  define __FUNCTION__ __func__        
+# endif
 #endif
 
 #ifndef HAVE_PRETTY_FUNCTION

Index: server/builtin_function.h
===================================================================
RCS file: /sources/gnash/gnash/server/builtin_function.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/builtin_function.h   29 Oct 2006 18:34:11 -0000      1.5
+++ server/builtin_function.h   15 Dec 2006 21:25:59 -0000      1.6
@@ -14,10 +14,6 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// 
-//
-//
-
 #ifndef __GNASH_BUILTIN_FUNCTION_H__
 #define __GNASH_BUILTIN_FUNCTION_H__
 

Index: server/asobj/Number.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Number.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- server/asobj/Number.cpp     11 Nov 2006 22:44:54 -0000      1.7
+++ server/asobj/Number.cpp     15 Dec 2006 21:25:59 -0000      1.8
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: Number.cpp,v 1.7 2006/11/11 22:44:54 strk Exp $ */
+/* $Id: Number.cpp,v 1.8 2006/12/15 21:25:59 rsavoye Exp $ */
 
 // Implementation of ActionScript Number class.
 
@@ -121,7 +121,6 @@
                // replicate all interface to class, to be able to access
                // all methods as static functions
                attachNumberInterface(*cl);
-                    
        }
 
        // Register _global.Number




reply via email to

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