WINGs: Moved declaration of extern variable to the global header
commit8a58c8b56844ddc9601bb1b578798f23797ea6d8
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:49 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:20 +0000 (12 01:01 +0100)
treedcf12544fd72b5670039b71c7f7d7fc202f45974
parent5c2a1ae1a10c005ab9887af0336c6514bacda29d
WINGs: Moved declaration of extern variable to the global header

Having local extern declaration is dangerous because the compiler
is not able to cross-check if the type of the variable was defined
consistently.
WINGs/WINGs/WINGsP.h
WINGs/error.c
WINGs/wappresource.c