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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun May 2 14:04:17 UTC 2010


Author: fperrad
Date: Sun May  2 14:04:16 2010
New Revision: 46215
URL: https://trac.parrot.org/parrot/changeset/46215

Log:
[build] MinGW gcc 4.4.3 (shipped with Strawberry 5.12.0)
rename guard HAVE_STRUCT_TIMESPEC to _TIMESPEC_DEFINED

Modified:
   trunk/include/parrot/thr_windows.h

Modified: trunk/include/parrot/thr_windows.h
==============================================================================
--- trunk/include/parrot/thr_windows.h	Sun May  2 04:27:20 2010	(r46214)
+++ trunk/include/parrot/thr_windows.h	Sun May  2 14:04:16 2010	(r46215)
@@ -119,8 +119,8 @@
 
 typedef void (*Cleanup_Handler)(void *);
 
-#ifndef HAVE_STRUCT_TIMESPEC
-#  define HAVE_STRUCT_TIMESPEC
+#ifndef _TIMESPEC_DEFINED
+#  define _TIMESPEC_DEFINED
 struct timespec {
     time_t tv_sec;
     long tv_nsec;


More information about the parrot-commits mailing list