monotone-devel
[Top][All Lists]
Advanced

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

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


From: Nathaniel Smith
Subject: Re: [Monotone-devel] [drlvm][icl] Fix for the gc_gen compilation problem with Intel Compiler, windows
Date: Sun, 5 Nov 2006 09:24:50 -0800
User-agent: Mutt/1.5.13 (2006-08-11)

I think maybe this went to the wrong list?

On Fri, Nov 03, 2006 at 07:31:08PM +0300, Salikh Zakirov wrote:
> 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?
> 
> 
> 
> _______________________________________________
> Monotone-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/monotone-devel
-- Nathaniel

-- 
Eternity is very long, especially towards the end.
  -- Woody Allen




reply via email to

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