From ea50284c18df8c1db761fb734b07f751b22ba2f3 Mon Sep 17 00:00:00 2001 From: anders_k Date: Sun, 17 May 2020 21:37:57 +0000 Subject: [PATCH] GCC -fno-common is now the defaul in GCC 10 (xantares PR for RH/Fedora bug 1799650) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7182 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/bin/halibut/halibut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/bin/halibut/halibut.h b/Docs/src/bin/halibut/halibut.h index 67735d53..149f4784 100644 --- a/Docs/src/bin/halibut/halibut.h +++ b/Docs/src/bin/halibut/halibut.h @@ -269,7 +269,7 @@ void licence(void); * version.c */ void initversionstring(void); -const char *const version; +extern const char *const version; /* * misc.c