Bram Moolenaar | 32d19c1 | 2018-09-13 17:26:54 +0200 | [diff] [blame] | 1 | /* 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 |
| 11 | typedef double _Float16; |
| 12 | typedef double _Float32; |
| 13 | typedef double _Float64; |
| 14 | typedef double _Float128; |
| 15 | typedef double _Float32x; |
| 16 | typedef double _Float64x; |
| 17 | #endif |
| 18 | |