0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

patch 8.1.0380: "make proto" doesn't work well

Problem:    "make proto" doesn't work well.
Solution:   Define a few more types for cproto.  Update proto files.  Fix that
            workshop didn't build.
This commit is contained in:
Bram Moolenaar
2018-09-13 17:26:54 +02:00
parent 78dcd4f002
commit 32d19c1820
9 changed files with 30 additions and 14 deletions

View File

@@ -9,10 +9,7 @@
#ifndef VIM__H
# define VIM__H
#ifdef PROTO
/* cproto runs into trouble when this type is missing */
typedef double _Float128;
#endif
#include "protodef.h"
/* use fastcall for Borland, when compiling for Win32 */
#if defined(__BORLANDC__) && defined(WIN32) && !defined(DEBUG)