gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-491-g67f1123
Date: Sat, 02 Apr 2011 11:31:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  67f1123b2365885595922170b085351c81ef490c (commit)
      from  e7b9252211c309f40acd3eab81c24a5d5d1ee07b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=67f1123b2365885595922170b085351c81ef490c


commit 67f1123b2365885595922170b085351c81ef490c
Author: Benjamin Wolsey <address@hidden>
Date:   Sat Apr 2 13:30:34 2011 +0200

    Use C++-style function signature.

diff --git a/libbase/log.cpp b/libbase/log.cpp
index fa24a7a..d519f09 100644
--- a/libbase/log.cpp
+++ b/libbase/log.cpp
@@ -40,7 +40,7 @@ using std::endl;
 
 namespace {
     // TODO: drop this and use boost::this_thread::id instead.
-    inline unsigned long int /* pthread_t */ get_thread_id(void);
+    inline unsigned long int /* pthread_t */ get_thread_id();
 }
 
 namespace gnash {
@@ -331,7 +331,7 @@ LogFile::removeLog()
 #include <pthread.h>
 #else
 # ifdef _WIN32
-extern "C" unsigned long int /* DWORD WINAPI */ GetCurrentThreadId(void);
+extern "C" unsigned long int /* DWORD WINAPI */ GetCurrentThreadId();
 # else
 #include <sys/types.h>
 #include <unistd.h>

-----------------------------------------------------------------------

Summary of changes:
 libbase/log.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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