# HG changeset patch # User Matti Hamalainen # Date 1316854927 -10800 # Node ID 16d552a1de9d2c7b3eec1ef841c7910d9c450d7c # Parent 729d4555e08c2e9af2878c4dcc14c4a67ab29d03 Do not use extern in declarations that do not need to be extern. diff -r 729d4555e08c -r 16d552a1de9d configure --- a/configure Sat Sep 24 12:00:28 2011 +0300 +++ b/configure Sat Sep 24 12:02:07 2011 +0300 @@ -71,13 +71,13 @@ echo echo '#include "config.h"' echo - echo 'extern const char *yadex_etc_path[] =' + echo 'const char *yadex_etc_path[] =' echo '{' sed 's/\\/\\\\/g; s/"/\\"/g; s/^.*/ "&",/;' $BUILDDIR/config.etc echo ' 0' echo '};' echo - echo 'extern const char *yadex_share_path[] =' + echo 'const char *yadex_share_path[] =' echo '{' sed 's/\\/\\\\/g; s/"/\\"/g; s/^.*/ "&",/;' $BUILDDIR/config.share echo ' 0'