aboutsummaryrefslogtreecommitdiff
path: root/jdhuff.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-05-15 20:30:16 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-05-15 20:30:16 +0000
commit2af0178c4650df2f2b6dd8186ac84de275c0bf5c (patch)
treee420c86d7dd82969041e08a958be85456b75f9e8 /jdhuff.h
parentb393201f0ec0370a6690a003d0869a7dee7e9c63 (diff)
Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant information available as to which linkers ever had a 15-character global symbol name limit. AFAICT, it might have been a VMS and/or a.out BSD thing, but none of those platforms have ever been supported by libjpeg-turbo (nor are such systems supported by other open source libraries of this nature.)
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1307 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jdhuff.h')
-rw-r--r--jdhuff.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/jdhuff.h b/jdhuff.h
index 8d2c654..18fdcb8 100644
--- a/jdhuff.h
+++ b/jdhuff.h
@@ -12,14 +12,6 @@
* progressive decoder (jdphuff.c). No other modules need to see these.
*/
-/* Short forms of external names for systems with brain-damaged linkers. */
-
-#ifdef NEED_SHORT_EXTERNAL_NAMES
-#define jpeg_make_d_derived_tbl jMkDDerived
-#define jpeg_fill_bit_buffer jFilBitBuf
-#define jpeg_huff_decode jHufDecode
-#endif /* NEED_SHORT_EXTERNAL_NAMES */
-
/* Derived data constructed for each Huffman table */