2009.09.11 16:15 "[Tiff] WORDS_BIGENDIAN used inconsistently", by Dwight Kelly

2009.09.11 16:15 "[Tiff] WORDS_BIGENDIAN used inconsistently", by Dwight Kelly

Hello, the define WORDS_BIGENDIAN is used inconsistently in libtiff 3.9.1 source.

tif_open.c uses:

#ifdef WORDS_BIGENDIAN
..
#else
..
#endif

whereas tif_predict.c uses:

#if WORDS_BIGENDIAN
..
#else
..
#endif

port.h is created by configure script but not used by any source modules.

What is the purpose of having both tif_config.h and tiffconfig.h?

Sincerely,

--
Dwight Kelly
Apago, Inc. 4080 McGinnis Ferry Rd Suite 601 Alpharetta, GA 30005
voice:(770) 619-1884 fax:(770) 619-1885
email: dkelly@apago.com web: http://www.apago.com