From: malaterre Date: Mon, 24 Oct 2005 17:24:25 +0000 (+0000) Subject: BUG: Fix a nasty problem, C does not require function to be declared, so there was... X-Git-Tag: OpenJPEG.Version1.2~203 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2db85e8e4bdc2690ca89ac02ab5ab24d3eb84027;hp=2db85e8e4bdc2690ca89ac02ab5ab24d3eb84027;p=gdcm.git BUG: Fix a nasty problem, C does not require function to be declared, so there was an implicit function declaration that does not define export symbols...int.c should be rewritten anyway to avoid function calls ---