diff src/if_perl.xs @ 4135:688da4d486a0 v7.3.820

updated for version 7.3.820 Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED.
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Feb 2013 22:19:51 +0100
parents f7e3f87ac992
children 23ce9a61bdc2
line wrap: on
line diff
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -600,9 +600,9 @@ msg_split(s, attr)
  */
     char_u *
 eval_to_string(arg, nextcmd, dolist)
-    char_u	*arg;
-    char_u	**nextcmd;
-    int		dolist;
+    char_u	*arg UNUSED;
+    char_u	**nextcmd UNUSED;
+    int		dolist UNUSED;
 {
     return NULL;
 }