Karsten Hopp 065ce4
To: vim_dev@googlegroups.com
Karsten Hopp 065ce4
Subject: Patch 7.3.1135
Karsten Hopp 065ce4
Fcc: outbox
Karsten Hopp 065ce4
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 065ce4
Mime-Version: 1.0
Karsten Hopp 065ce4
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 065ce4
Content-Transfer-Encoding: 8bit
Karsten Hopp 065ce4
------------
Karsten Hopp 065ce4
Karsten Hopp 065ce4
Patch 7.3.1135
Karsten Hopp 065ce4
Problem:    Compiler warning for unused argument.
Karsten Hopp 065ce4
Solution:   Add UNUSED.
Karsten Hopp 065ce4
Files:	    src/syntax.c
Karsten Hopp 065ce4
Karsten Hopp 065ce4
Karsten Hopp 065ce4
*** ../vim-7.3.1134/src/syntax.c	2013-06-06 14:55:16.000000000 +0200
Karsten Hopp 065ce4
--- src/syntax.c	2013-06-06 21:18:20.000000000 +0200
Karsten Hopp 065ce4
***************
Karsten Hopp 065ce4
*** 3258,3264 ****
Karsten Hopp 065ce4
      regmmatch_T	*rmp;
Karsten Hopp 065ce4
      linenr_T	lnum;
Karsten Hopp 065ce4
      colnr_T	col;
Karsten Hopp 065ce4
!     syn_time_T  *st;
Karsten Hopp 065ce4
  {
Karsten Hopp 065ce4
      int r;
Karsten Hopp 065ce4
  #ifdef FEAT_PROFILE
Karsten Hopp 065ce4
--- 3258,3264 ----
Karsten Hopp 065ce4
      regmmatch_T	*rmp;
Karsten Hopp 065ce4
      linenr_T	lnum;
Karsten Hopp 065ce4
      colnr_T	col;
Karsten Hopp 065ce4
!     syn_time_T  *st UNUSED;
Karsten Hopp 065ce4
  {
Karsten Hopp 065ce4
      int r;
Karsten Hopp 065ce4
  #ifdef FEAT_PROFILE
Karsten Hopp 065ce4
***************
Karsten Hopp 065ce4
*** 6649,6655 ****
Karsten Hopp 065ce4
      }
Karsten Hopp 065ce4
  
Karsten Hopp 065ce4
      /* sort on total time */
Karsten Hopp 065ce4
!     qsort(ga.ga_data, (size_t)ga.ga_len, sizeof(time_entry_T), syn_compare_syntime);
Karsten Hopp 065ce4
  
Karsten Hopp 065ce4
      MSG_PUTS_TITLE(_("  TOTAL      COUNT  MATCH   SLOWEST     AVERAGE   NAME               PATTERN"));
Karsten Hopp 065ce4
      MSG_PUTS("\n");
Karsten Hopp 065ce4
--- 6649,6656 ----
Karsten Hopp 065ce4
      }
Karsten Hopp 065ce4
  
Karsten Hopp 065ce4
      /* sort on total time */
Karsten Hopp 065ce4
!     qsort(ga.ga_data, (size_t)ga.ga_len, sizeof(time_entry_T),
Karsten Hopp 065ce4
! 							 syn_compare_syntime);
Karsten Hopp 065ce4
  
Karsten Hopp 065ce4
      MSG_PUTS_TITLE(_("  TOTAL      COUNT  MATCH   SLOWEST     AVERAGE   NAME               PATTERN"));
Karsten Hopp 065ce4
      MSG_PUTS("\n");
Karsten Hopp 065ce4
*** ../vim-7.3.1134/src/version.c	2013-06-06 18:55:45.000000000 +0200
Karsten Hopp 065ce4
--- src/version.c	2013-06-06 21:19:01.000000000 +0200
Karsten Hopp 065ce4
***************
Karsten Hopp 065ce4
*** 730,731 ****
Karsten Hopp 065ce4
--- 730,733 ----
Karsten Hopp 065ce4
  {   /* Add new patch number below this line */
Karsten Hopp 065ce4
+ /**/
Karsten Hopp 065ce4
+     1135,
Karsten Hopp 065ce4
  /**/
Karsten Hopp 065ce4
Karsten Hopp 065ce4
-- 
Karsten Hopp 065ce4
I AM THANKFUL...
Karsten Hopp 065ce4
...for all the complaining I hear about the government
Karsten Hopp 065ce4
because it means we have freedom of speech.
Karsten Hopp 065ce4
Karsten Hopp 065ce4
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 065ce4
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 065ce4
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 065ce4
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///