]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-230 v7.2.230
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2009 11:44:30 +0000 (11:44 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2009 11:44:30 +0000 (11:44 +0000)
src/getchar.c
src/version.c

index e050601cfcf5069d15692fe86507019d712ef3be..e81f7cb5633b4bfc10713968d4cfaa6e98f64aeb 100644 (file)
@@ -3708,11 +3708,10 @@ get_map_mode(cmdp, forceit)
  * Clear all mappings or abbreviations.
  * 'abbr' should be FALSE for mappings, TRUE for abbreviations.
  */
-/*ARGSUSED*/
     void
 map_clear(cmdp, arg, forceit, abbr)
     char_u     *cmdp;
-    char_u     *arg;
+    char_u     *arg UNUSED;
     int                forceit;
     int                abbr;
 {
@@ -3741,13 +3740,12 @@ map_clear(cmdp, arg, forceit, abbr)
 /*
  * Clear all mappings in "mode".
  */
-/*ARGSUSED*/
     void
 map_clear_int(buf, mode, local, abbr)
-    buf_T      *buf;       /* buffer for local mappings */
-    int                mode;       /* mode in which to delete */
-    int                local;      /* TRUE for buffer-local mappings */
-    int                abbr;       /* TRUE for abbreviations */
+    buf_T      *buf UNUSED;    /* buffer for local mappings */
+    int                mode;           /* mode in which to delete */
+    int                local UNUSED;   /* TRUE for buffer-local mappings */
+    int                abbr;           /* TRUE for abbreviations */
 {
     mapblock_T *mp, **mpp;
     int                hash;
index 068f56f91989e2d07dae79e7fe0cd4ae2e3b0d29..b10cb7fcb5194995c095d49ac80be16ca621d33f 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    230,
 /**/
     229,
 /**/