Mercurial > vim
view src/if_perl_msvc/stdbool.h @ 18997:6b2d93436388 v8.2.0059
patch 8.2.0059: compiler warnings for unused variables in small build
Commit: https://github.com/vim/vim/commit/85b0957616e9d9d0edef44baa9fa6c6a2037782d
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 30 10:57:00 2019 +0100
patch 8.2.0059: compiler warnings for unused variables in small build
Problem: Compiler warnings for unused variables in small build. (Tony
Mechelynck)
Solution: Add #ifdef.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 30 Dec 2019 11:00:04 +0100 |
parents | d467ca80d3c1 |
children |
line wrap: on
line source
/* A stub stdbool.h for VC2012 or earlier. * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */ #define bool char