changeset 360:22c8aff09ad3

updated for version 7.0094
author vimboss
date Sun, 26 Jun 2005 22:26:21 +0000
parents 6c62b9b939bd
children 509dada8011c
files src/message.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/message.c
+++ b/src/message.c
@@ -19,7 +19,6 @@
 # include <stdarg.h>
 #endif
 
-static void reset_last_sourcing __ARGS((void));
 static int other_sourcing_name __ARGS((void));
 static char_u *get_emsg_source __ARGS((void));
 static char_u *get_emsg_lnum __ARGS((void));
@@ -416,7 +415,7 @@ static char_u   *last_sourcing_name = NU
  * Reset the last used sourcing name/lnum.  Makes sure it is displayed again
  * for the next error message;
  */
-    static void
+    void
 reset_last_sourcing()
 {
     vim_free(last_sourcing_name);