xref: /vim-8.2.3635/src/if_perl_msvc/stdbool.h (revision 2bf24176)
1 /* A stub stdbool.h for VC2012 or earlier.
2  * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */
3 #define bool char
4