emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs with MSVC


From: Eli Zaretskii
Subject: Re: Building Emacs with MSVC
Date: Mon, 19 Apr 2010 19:26:18 +0300

> Date: Tue, 06 Apr 2010 22:49:27 -0600
> From: Christoph <address@hidden>
> CC: address@hidden
> 
> Also, maybe this is interesting for you Eli: bidi.c failed because MSVC 
> does not support the inline keyword for C files (only for C++ files). 
> __inline is the correct keyword for C files 
> (http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx) in MSVC.
> 
> It might not matter, since GCC compiles fine, but I though I'd mention 
> it anyway.

I fixed this by using `INLINE' rather than `inline', as we do
elsewhere in Emacs sources.

Thanks for pointing this out.




reply via email to

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