diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-19 13:22:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-19 13:22:12 +0100 |
commit | ef26954a35207c3f17d6ed35d9a40c918d974892 (patch) | |
tree | 331d57d214bf4d20bbfa6b8f4d0155a4c5b1e9b6 /src/proto/if_perlsfio.pro | |
parent | 99dbe291f55022bd5166c9c3c7967b8693cd9d1b (diff) | |
download | vim-git-ef26954a35207c3f17d6ed35d9a40c918d974892.tar.gz |
patch 7.4.1133v7.4.1133
Problem: Generated function prototypes still have __ARGS().
Solution: Generate function prototypes without __ARGS().
Diffstat (limited to 'src/proto/if_perlsfio.pro')
-rw-r--r-- | src/proto/if_perlsfio.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/if_perlsfio.pro b/src/proto/if_perlsfio.pro index bb9046809..df8e43887 100644 --- a/src/proto/if_perlsfio.pro +++ b/src/proto/if_perlsfio.pro @@ -1,3 +1,3 @@ /* if_perlsfio.c */ -int *sfdcnewvim __ARGS((void)); +int *sfdcnewvim(void); /* vim: set ft=c : */ |