[svn:parrot] r39891 - trunk/include/parrot

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Jul 5 13:41:37 UTC 2009


Author: fperrad
Date: Sun Jul  5 13:41:36 2009
New Revision: 39891
URL: https://trac.parrot.org/parrot/changeset/39891

Log:
only include <pthread.h> in "thr_pthread.h"
avoid conflict with MinGW gcc 4.4.0, which supplies a pthread.h

Modified:
   trunk/include/parrot/parrot.h

Modified: trunk/include/parrot/parrot.h
==============================================================================
--- trunk/include/parrot/parrot.h	Sun Jul  5 13:11:10 2009	(r39890)
+++ trunk/include/parrot/parrot.h	Sun Jul  5 13:41:36 2009	(r39891)
@@ -102,10 +102,6 @@
 typedef jmp_buf Parrot_jump_buff;
 #endif /* PARROT_HAS_HEADER_SETJMP */
 
-#ifdef PARROT_HAS_HEADER_PTHREAD
-#  include <pthread.h>
-#endif /* PARROT_HAS_HEADER_PTHREAD */
-
 #ifdef PARROT_HAS_HEADER_LIMITS
 #  include <limits.h>
 #endif /* PARROT_HAS_HEADER_LIMITS */


More information about the parrot-commits mailing list