Files
git/compat
Johannes Schindelin bb6e392272 obstack: fix compiler warning
MS Visual C suggests that the construct

	condition ? (int) i : (ptrdiff_t) d

is incorrect. Let's fix this by casting to ptrdiff_t also for the
positive arm of the conditional.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-02-07 14:46:20 +01:00
..
2019-02-07 14:46:07 +01:00
2019-02-07 14:46:16 +01:00
2019-02-07 14:46:20 +01:00
2018-10-31 12:48:59 +09:00