[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.
——
0001-Removed-few-usages-of-gcc-extensions-from-runtime.patch
Description: Binary data
--
Regards, Oleg
Art System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] [PATCH] Removed few usages of gcc extensions from runtime,
Oleg Kolosov <=