vim/no-common.patch
Martin Pluskal 574cc3457d Accepting request 800596 from home:polslinux:branches:editors
- Update to version 8.2.0701 (no changelog)
- Rebase no-common.patch
- Rebase disable-unreliable-tests.patch

OBS-URL: https://build.opensuse.org/request/show/800596
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=600
2020-05-06 08:44:02 +00:00

13 lines
353 B
Diff

diff -ru b/src/globals.h a/src/globals.h
--- b/src/globals.h 2020-05-05 23:32:58.000000000 +0200
+++ a/src/globals.h 2020-05-06 09:40:51.607410538 +0200
@@ -1264,7 +1264,7 @@
#if defined(HAVE_DATE_TIME) && defined(VMS) && defined(VAXC)
extern char longVersion[];
#else
-EXTERN char *longVersion INIT(= NULL);
+extern char *longVersion;
#endif
/*