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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Oct 20 21:29:37 UTC 2010


Author: fperrad
Date: Wed Oct 20 21:29:37 2010
New Revision: 49616
URL: https://trac.parrot.org/parrot/changeset/49616

Log:
fix warning with MinGW gcc 3.4.5

Modified:
   trunk/include/parrot/thr_windows.h

Modified: trunk/include/parrot/thr_windows.h
==============================================================================
--- trunk/include/parrot/thr_windows.h	Wed Oct 20 21:13:02 2010	(r49615)
+++ trunk/include/parrot/thr_windows.h	Wed Oct 20 21:29:37 2010	(r49616)
@@ -119,7 +119,7 @@
 
 typedef void (*Cleanup_Handler)(void *);
 
-#if ! PARROT_HAS_TIMESPEC
+#ifndef PARROT_HAS_TIMESPEC
 struct timespec {
     time_t tv_sec;
     long tv_nsec;


More information about the parrot-commits mailing list