summaryrefslogtreecommitdiffstats
path: root/tkimg/libjpeg/DANGER
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
commita780057cc1b51dd3a557549c3cf2431f09136c0d (patch)
tree717f78052c55596449b27743171d7e170c4d39a0 /tkimg/libjpeg/DANGER
parent7749430b9352c1eaf5dca7d8a89a6d35f565ef24 (diff)
downloadblt-a780057cc1b51dd3a557549c3cf2431f09136c0d.zip
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.gz
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.bz2
upgrade tkimg to 1.4.6
Diffstat (limited to 'tkimg/libjpeg/DANGER')
-rw-r--r--tkimg/libjpeg/DANGER17
1 files changed, 0 insertions, 17 deletions
diff --git a/tkimg/libjpeg/DANGER b/tkimg/libjpeg/DANGER
deleted file mode 100644
index 6b9b787..0000000
--- a/tkimg/libjpeg/DANGER
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Note:
-
-The EXTERN macro defined by "tcl.h" and the EXTERN() macro defined by
-"jmorecfg.h" are in conflict with each other. Even more, "jmorecfg.h"
-will not create its own definition if it encounters a previous
-definition.
-
-Special steps are taken in "jpegtcl*.[ch]" to allow interoperation.
-
-* The tcl.h header comes first everywhere.
-
-* In jpegtclDecls.h it is not possible to separate uses of the
- two EXTERN macros. "tcl.h" is loaded first, then its EXTERN
- definition disabled. Then we can load the jpeg
- definition. After that we have to restore the EXTERN as
- defined by "tcl.h" to satisfy the stub declarations.