summaryrefslogtreecommitdiff
path: root/jerror.c
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2014-05-15 20:30:16 +0000
committerDRC <dcommander@users.sourceforge.net>2014-05-15 20:30:16 +0000
commit52ded8768022ab7e9e7670ddea0ba89e2890b837 (patch)
treee420c86d7dd82969041e08a958be85456b75f9e8 /jerror.c
parent1419852c42a0b8d8779fa89419cf2824b9eb5866 (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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1307 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jerror.c')
-rw-r--r--jerror.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/jerror.c b/jerror.c
index cd4c2a3..ca4f3a5 100644
--- a/jerror.c
+++ b/jerror.c
@@ -41,10 +41,6 @@
* want to refer to it directly.
*/
-#ifdef NEED_SHORT_EXTERNAL_NAMES
-#define jpeg_std_message_table jMsgTable
-#endif
-
#define JMESSAGE(code,string) string ,
const char * const jpeg_std_message_table[] = {