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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.