]> granicus.if.org Git - gc/commit
Fix lack of 2 trailing zeros in _MSC_VER numbers
authorIvan Maidanski <ivmai@mail.ru>
Mon, 16 Jan 2017 21:14:44 +0000 (00:14 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 17:15:24 +0000 (20:15 +0300)
commite8c1d8ea5e59c2f32b7851b1a75bb3fead3e3eb0
treec2de7bfa3dce6adae12671e8ca33e48d7aa40abf
parente2c76a5c28f7100c9b98f2a65d56decb18aa00b7
Fix lack of 2 trailing zeros in _MSC_VER numbers

_MSC_VER value consists of 4 digits (as of VS 2015).

* include/gc_config_macros.h [!GC_ATTR_MALLOC && !__GNUC__ && _MSC_VER]
(GC_ATTR_MALLOC): Replace _MSC_VER>=14 with _MSC_VER>=1400.
* include/private/gc_priv.h [!__GNUC__ && _MSC_VER] (GC_ATTR_NOINLINE):
Likewise.
* include/gc_config_macros.h [!GC_BUILD && !__GNUC__ && _MSC_VER]
(GC_ATTR_DEPRECATED): Replace _MSC_VER>=12 with _MSC_VER>=1200.
include/gc_config_macros.h
include/private/gc_priv.h