gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10939: renable HAVE_PTHREADS.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10939: renable HAVE_PTHREADS.
Date: Wed, 27 May 2009 16:30:46 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10939
committer: address@hidden
branch nick: trunk
timestamp: Wed 2009-05-27 16:30:46 -0600
message:
  renable HAVE_PTHREADS.
modified:
  libbase/jemalloc.c
=== modified file 'libbase/jemalloc.c'
--- a/libbase/jemalloc.c        2009-05-27 22:18:02 +0000
+++ b/libbase/jemalloc.c        2009-05-27 22:30:46 +0000
@@ -228,9 +228,9 @@
 # define       MALLOC_DECOMMIT
 #endif  /* end of WIN32 */
 
-// #ifdef HAVE_PTHREADS
+#ifdef HAVE_PTHREADS
 # include <pthread.h>
-// #endif
+#endif
 
 #ifndef WIN32
 # include <sys/cdefs.h>


reply via email to

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