diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-15 13:56:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-15 13:56:02 +0200 |
commit | fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf (patch) | |
tree | c7f77628ab6a605e7d1c111556a32a52e5c6006e /src/pty.c | |
parent | 00a927d62b68a3523cb1c4f9aa3f7683345c8182 (diff) | |
download | vim-git-fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf.tar.gz |
First step in the Vim 7.3 branch. Changed version numbers.
Diffstat (limited to 'src/pty.c')
-rw-r--r-- | src/pty.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -37,8 +37,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -/* RCS_ID("$Id$ FAU") */ - #include "vim.h" #include <signal.h> @@ -134,7 +132,7 @@ static void initmaster __ARGS((int)); static void initmaster(f) - int f; + int f UNUSED; { #ifndef VMS # ifdef POSIX |