From: jpr Date: Tue, 20 Sep 2005 11:02:49 +0000 (+0000) Subject: remove useless extern declaration X-Git-Tag: Version1.2.bp~73 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b823b9aedd899f5bd07315943ea3cedc4637ee8a;p=gdcm.git remove useless extern declaration --- diff --git a/src/gdcmjpegls/Decoder/bitio.c b/src/gdcmjpegls/Decoder/bitio.c index 6309f20a..69192a4f 100644 --- a/src/gdcmjpegls/Decoder/bitio.c +++ b/src/gdcmjpegls/Decoder/bitio.c @@ -54,7 +54,7 @@ #include /* for memset */ -extern int zeroLUT[]; /* lookup table to find number of leading zeroes */ +/*extern int zeroLUT[]; */ /* lookup table to find number of leading zeroes */ extern FILE *in, *out; @@ -78,7 +78,7 @@ int zeroLUT[256]; /* table to find out number of leading zeros */ /* BIT I/O variables */ dword reg; /* BIT buffer for input/output */ int bits; /* number of bits free in bit buffer (on output) */ - /* (number of bits free)-8 in bit buffer (on input)*/ + /* (number of bits free)-8 in bit buffer (on input)*/ /****************************************************************************