chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Removed few usages of gcc extensions from runt


From: Oleg Kolosov
Subject: [Chicken-hackers] [PATCH] Removed few usages of gcc extensions from runtime
Date: Wed, 22 Oct 2014 00:36:35 +0400

Hello.

Here is another patch which is useful for MSVC support but not harmful anyway.

——
Moved calls to 'mark' and 'remark' macros into the corresponding 'for'
loop bodies. These macros are expanded into a do-while statement which is
not allowed in the loop expression position inside a 'for' loop in
standard C. In particular, MSVC compiler considers this a syntax error.
——

Attachment: 0001-Removed-few-usages-of-gcc-extensions-from-runtime.patch
Description: Binary data

-- 
Regards, Oleg
Art System


reply via email to

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