summaryrefslogtreecommitdiffstats
path: root/src/misc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 6a65ec4756..aa39822781 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -2424,6 +2424,7 @@ get_user_name(char_u *buf, int len)
return OK;
}
+#if defined(EXITFREE) || defined(PROTOS)
/*
* Free the memory allocated by get_user_name()
*/
@@ -2432,6 +2433,7 @@ free_username(void)
{
vim_free(username);
}
+#endif
#ifndef HAVE_QSORT
/*