Fix build error on clangbsd
This commit is contained in:
parent
0584f278d8
commit
ea8553f3af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255244
1 changed files with 15 additions and 0 deletions
15
japanese/jvim3/files/patch-mkcmdtab.c
Normal file
15
japanese/jvim3/files/patch-mkcmdtab.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- src/mkcmdtab.c.orig 2010-05-29 01:52:51.281691000 +0900
|
||||
+++ src/mkcmdtab.c 2010-05-29 01:54:05.558527228 +0900
|
||||
@@ -14,11 +14,7 @@
|
||||
|
||||
#include "vim.h"
|
||||
|
||||
-#if defined(UTS4) || defined(__CYGWIN__)
|
||||
- int
|
||||
-#else
|
||||
- void
|
||||
-#endif
|
||||
+int
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
Loading…
Reference in a new issue