*** tcl_utils.c.original Thu Jun 19 19:55:42 1997 --- tcl_utils.c Mon Oct 1 19:52:46 2001 *************** *** 25,35 **** #include "globals.h" #include "tcl_utils.h" int Plot_Init(Tcl_Interp *interp); static Tk_Window mainWindow; /* The main window for the application. */ ! static Tcl_Interp *interp; /* Interpreter for this application. */ /* we want to bypass Tcl_Eval for speed in some case, so store some cmd info */ static Tcl_CmdInfo update_info; /* --- 25,35 ---- #include "globals.h" #include "tcl_utils.h" int Plot_Init(Tcl_Interp *interp); static Tk_Window mainWindow; /* The main window for the application. */ ! Tcl_Interp *interp; /* Interpreter for this application. */ /* we want to bypass Tcl_Eval for speed in some case, so store some cmd info */ static Tcl_CmdInfo update_info; /*