mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1840: Generating prototype files does not work on all platforms
Problem: Generating prototype files does not work on all platforms
Solution: Rework prototypes generation using python instead of cproto,
enable it in CI to test it for each PR (Hirohito Higashi).
closes: #18045
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ce5f9f45af
commit
e7c765fe59
@@ -159,8 +159,6 @@ typedef void (*sighandler_T) SIGPROTOARG;
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef PROTO
|
||||
|
||||
#ifdef VMS
|
||||
# include <unixio.h>
|
||||
# include <unixlib.h>
|
||||
@@ -198,8 +196,6 @@ typedef void (*sighandler_T) SIGPROTOARG;
|
||||
# include <sys/file.h>
|
||||
#endif
|
||||
|
||||
#endif // PROTO
|
||||
|
||||
#ifdef VMS
|
||||
typedef struct dsc$descriptor DESC;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user