From: Andreas K. <and...@us...> - 2001-11-23 20:45:58
|
Update of /cvsroot/tclpro/proshells/common In directory usw-pr-cvs1:/tmp/cvs-serv26908/common Modified Files: proAppInit.c Log Message: * common/proAppInit.c: Changed the order in which files are included. [Incr Tcl] defines its own EXTERN macro which messes up all packages which expect the EXTERN macro from tcl itself. Moved its inclusion to the end of the list. This problem was found when building the big shells. |