comparison src/version.c @ 12867:6c199b02c933 v8.0.1310

patch 8.0.1310: cproto generates errors because of missing type commit https://github.com/vim/vim/commit/0f1e643138d47bfc94a7050c5bd25493c2153960 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 20:22:24 2017 +0100 patch 8.0.1310: cproto generates errors because of missing type Problem: Cproto generates errors because of missing type. Solution: Define _Float128 when generating prototypes.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 20:30:05 +0100
parents ebb4f6c93598
children a89350ba2a9d
comparison
equal deleted inserted replaced
12866:931564cdbb60 12867:6c199b02c933
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1310,
774 /**/ 776 /**/
775 1309, 777 1309,
776 /**/ 778 /**/
777 1308, 779 1308,
778 /**/ 780 /**/