diff src/ex_docmd.c @ 355:644578c9e219

updated for version 7.0092
author vimboss
date Fri, 24 Jun 2005 23:01:23 +0000
parents a89aebda7f37
children e111db373ca4
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -46,7 +46,6 @@ static garray_T ucmds = {0, 0, sizeof(uc
 
 static void do_ucmd __ARGS((exarg_T *eap));
 static void ex_command __ARGS((exarg_T *eap));
-static void ex_comclear __ARGS((exarg_T *eap));
 static void ex_delcommand __ARGS((exarg_T *eap));
 # ifdef FEAT_CMDL_COMPL
 static char_u *get_user_command_name __ARGS((int idx));
@@ -5390,12 +5389,10 @@ ex_command(eap)
 
 /*
  * ":comclear"
+ * Clear all user commands, global and for current buffer.
  */
 /*ARGSUSED*/
-/*
- * Clear all user commands, global and for current buffer.
- */
-    static void
+    void
 ex_comclear(eap)
     exarg_T	*eap;
 {