Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Don't define variable "platform_filename" twice.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 18 May 2011 12:28:29 +0000 (14:28 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 18 May 2011 14:40:29 +0000 (16:40 +0200)
commit747b40cf246ed62d230ea788de659b52947701d9
treebf0c6d37523df60dd00373de512942c8ff1f7ab2
parentda3273265fa105cc186a80c249afcc33f372c313
[surf] Don't define variable "platform_filename" twice.

Declare it "extern" in include file, and define it elsewhere.
Found by compiling with "-fno-common".
include/surf/surfxml_parse.h
src/surf/surfxml_parse.c