blob: 42a6ccec9d512b3196725d103bfed2962d5271e5 [file] [log] [blame]
Bram Moolenaar32d19c12018-09-13 17:26:54 +02001/* vi:set ts=8 sts=4 sw=4 noet:
2 *
3 * VIM - Vi IMproved by Bram Moolenaar
4 *
5 * Do ":help uganda" in Vim to read copying and usage conditions.
6 * Do ":help credits" in Vim to see a list of people who contributed.
7 */
8
9#ifdef PROTO
10// cproto runs into trouble when these types are missing
11typedef double _Float16;
12typedef double _Float32;
13typedef double _Float64;
14typedef double _Float128;
15typedef double _Float32x;
16typedef double _Float64x;
17#endif
18