To: vim_dev@googlegroups.com Subject: Patch 8.0.1310 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1310 Problem: Cproto generates errors because of missing type. Solution: Define _Float128 when generating prototypes. Files: src/vim.h *** ../vim-8.0.1309/src/vim.h 2017-10-28 21:08:38.995456898 +0200 --- src/vim.h 2017-11-18 15:47:45.193532066 +0100 *************** *** 9,14 **** --- 9,19 ---- #ifndef VIM__H # define VIM__H + #ifdef PROTO + /* cproto runs into trouble when this type is missing */ + typedef double _Float128; + #endif + /* use fastcall for Borland, when compiling for Win32 */ #if defined(__BORLANDC__) && defined(WIN32) && !defined(DEBUG) #if defined(FEAT_PERL) || \ *** ../vim-8.0.1309/src/version.c 2017-11-18 18:51:08.133770582 +0100 --- src/version.c 2017-11-18 19:11:02.199633359 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1310, /**/ -- login: yes password: I don't know, please tell me password is incorrect login: yes password: incorrect /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///