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
This commit is contained in:
anders_k 2020-05-17 21:37:57 +00:00
parent 4c4f27a2c4
commit ea50284c18

View file

@ -269,7 +269,7 @@ void licence(void);
* version.c
*/
void initversionstring(void);
const char *const version;
extern const char *const version;
/*
* misc.c