mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.3445: on Solaris longVersion may be declared twice
Problem: On Solaris longVersion may be declared twice. (Vladimir Marek) Solution: Always declare longVersion in version.c
This commit is contained in:
@@ -1333,7 +1333,7 @@ extern char *Version;
|
||||
#if defined(HAVE_DATE_TIME) && defined(VMS) && defined(VAXC)
|
||||
extern char longVersion[];
|
||||
#else
|
||||
EXTERN char *longVersion INIT(= NULL);
|
||||
extern char *longVersion;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user