Mercurial > vim
view src/protodef.h @ 17722:bf807c68ac80 v8.1.1858
patch 8.1.1858: test for multi-byte mapping fails on some systems
commit https://github.com/vim/vim/commit/2f710afe7f166973c879bf7424678ba84368c1bb
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 16 20:56:03 2019 +0200
patch 8.1.1858: test for multi-byte mapping fails on some systems
Problem: Test for multi-byte mapping fails on some systems.
Solution: Test in another way.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 16 Aug 2019 21:00:03 +0200 |
parents | 3e9b24eac417 |
children |
line wrap: on
line source
/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. */ #ifdef PROTO // cproto runs into trouble when these types are missing typedef double _Float16; typedef double _Float32; typedef double _Float64; typedef double _Float128; typedef double _Float32x; typedef double _Float64x; #endif