6afa654f40
fixes build with gcc10 bsc#1160418 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=593
14 lines
378 B
Diff
14 lines
378 B
Diff
Index: vim-8.2.0348/src/globals.h
|
|
===================================================================
|
|
--- vim-8.2.0348.orig/src/globals.h
|
|
+++ vim-8.2.0348/src/globals.h
|
|
@@ -1242,7 +1242,7 @@ extern char *Version;
|
|
#if defined(HAVE_DATE_TIME) && defined(VMS) && defined(VAXC)
|
|
extern char longVersion[];
|
|
#else
|
|
-EXTERN char *longVersion;
|
|
+extern char *longVersion;
|
|
#endif
|
|
|
|
/*
|