1
2Note:
3
4The EXTERN macro defined by "tcl.h" and the EXTERN() macro defined by
5"jmorecfg.h" are in conflict with each other. Even more, "jmorecfg.h"
6will not create its own definition if it encounters a previous
7definition.
8
9Special steps are taken in "jpegtcl*.[ch]" to allow interoperation.
10
11*	The tcl.h header comes first everywhere.
12
13*	In jpegtclDecls.h it is not possible to separate uses of the
14	two EXTERN macros. "tcl.h" is loaded first, then its EXTERN
15	definition disabled. Then we can load the jpeg
16	definition. After that we have to restore the EXTERN as
17	defined by "tcl.h" to satisfy the stub declarations.
18