annotate src/if_perl_msvc/stdbool.h @ 19769:6679844938dc

Added tag v8.2.0440 for changeset 0d1088e3c53f80907c3065722cdd91b01c92acf1
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Mar 2020 10:45:04 +0100
parents d467ca80d3c1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7414
d467ca80d3c1 commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 /* A stub stdbool.h for VC2012 or earlier.
d467ca80d3c1 commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */
d467ca80d3c1 commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 #define bool char