monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] [drlvm][icl] Fix for the gc_gen compilation problem wit


From: Salikh Zakirov
Subject: [Monotone-devel] [drlvm][icl] Fix for the gc_gen compilation problem with Intel Compiler, windows
Date: Fri, 03 Nov 2006 19:31:08 +0300
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Hi,

the following trivial patch fixes the gc_gen compilation problem
with Intel Compiler under Windows:

--- vm/gc_gen/src/common/gc_platform.h
+++ vm/gc_gen/src/common/gc_platform.h
@@ -29,7 +29,7 @@ #include <open/hythread_ext.h>
 
 #define USEC_PER_SEC INT64_C(1000000)
 
-#define VmThreadHandle (void*)
+#define VmThreadHandle void*
 #define VmEventHandle   hysem_t
 #define THREAD_OK       TM_ERROR_NONE


I did not file the JIRA since the fix is trivial and would be obvious to anyone
trying compile gc_gen with Intel Compiler on Windows.

Could anyone commit this fix?





reply via email to

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