mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
Fix duplicated code that only appears in git.
This commit is contained in:
parent
8f1dde5021
commit
fe712ced6e
@ -60,14 +60,10 @@ init_longVersion(void)
|
||||
{
|
||||
if (longVersion == NULL)
|
||||
{
|
||||
#ifdef BUILD_DATE
|
||||
char *date_time = BUILD_DATE;
|
||||
#else
|
||||
#ifdef BUILD_DATE
|
||||
char *date_time = BUILD_DATE;
|
||||
#else
|
||||
char *date_time = __DATE__ " " __TIME__;
|
||||
#endif
|
||||
#endif
|
||||
char *msg = _("%s (%s, compiled %s)");
|
||||
size_t len = strlen(msg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user