Index: unix/tclAppInit.c =================================================================== diff -u -rd67e188b5b82e7159b894baf96bcfd2b3605918c -r0b634cffa265e935910e419f176be8e9bbfc08ac --- unix/tclAppInit.c (.../tclAppInit.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) +++ unix/tclAppInit.c (.../tclAppInit.c) (revision 0b634cffa265e935910e419f176be8e9bbfc08ac) @@ -114,7 +114,7 @@ Tcl_AppInit(interp) Tcl_Interp *interp; /* Interpreter for application. */ { - if (Tcl_Init(interp) == TCL_ERROR) { + if ((Tcl_Init)(interp) == TCL_ERROR) { return TCL_ERROR; }