updated for version 7.3.960

Problem:    Compiler warning for unused variable.
Solution:   Put declaration in #ifdef.
This commit is contained in:
Bram Moolenaar
2013-05-15 23:13:10 +02:00
parent f21ef21f36
commit 981a9947ea
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
960,
/**/
959,
/**/
+2
View File
@@ -2124,7 +2124,9 @@ close_last_window_tabpage(win, free_buf, prev_curtab)
{
if (firstwin == lastwin)
{
#ifdef FEAT_AUTOCMD
buf_T *old_curbuf = curbuf;
#endif
/*
* Closing the last window in a tab page. First go to another tab