diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-05 17:15:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-05 17:15:44 +0000 |
commit | d5ab34bd5ecc748d5502f149c476968e5ec2b7c9 (patch) | |
tree | e3a3ac967a8c78dfa6d7eb47af1823ebd358a8bb /src/proto/if_perlsfio.pro | |
parent | 0630b8d96d12475cfa4457de9fc52e049323be94 (diff) | |
download | vim-git-d5ab34bd5ecc748d5502f149c476968e5ec2b7c9.tar.gz |
updated for version 7.1a
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 14fa4cc53..bb9046809 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 : */ |