commit | d5ab34bd5ecc748d5502f149c476968e5ec2b7c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 05 17:15:44 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 05 17:15:44 2007 +0000 |
tree | e3a3ac967a8c78dfa6d7eb47af1823ebd358a8bb | |
parent | 0630b8d96d12475cfa4457de9fc52e049323be94 [diff] [blame] |
updated for version 7.1a
diff --git a/src/proto/if_perlsfio.pro b/src/proto/if_perlsfio.pro index 14fa4cc..bb90468 100644 --- a/src/proto/if_perlsfio.pro +++ b/src/proto/if_perlsfio.pro
@@ -1,3 +1,3 @@ /* if_perlsfio.c */ -extern int *sfdcnewvim __ARGS((void)); +int *sfdcnewvim __ARGS((void)); /* vim: set ft=c : */