summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-06-26 22:26:21 +0000
committervimboss <devnull@localhost>2005-06-26 22:26:21 +0000
commit2f0c8ab95d1e5ba791806a177dcb2a7dfcc65e68 (patch)
tree738ad40dffd216bdfb05cf35464fcd4737e46a98
parent6ee5294c160a3d1d36be3fb54b44c1747e6833c8 (diff)
downloadvim-2f0c8ab95d1e5ba791806a177dcb2a7dfcc65e68.tar.gz
updated for version 7.0094
-rw-r--r--src/message.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/message.c b/src/message.c
index a43cb928..a572faf9 100644
--- 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 = NULL;
* 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);