*** gv_utils.c.original Thu Jun 19 19:52:56 1997 --- gv_utils.c Mon Oct 1 20:04:16 2001 *************** *** 34,45 **** #include "constants.h" #include "globals.h" extern void delayed_stuff(void); ! FILE *gv_out = stdout; ! FILE *gv_in = stdin; /* * gv_init_proc * * Call to initialize any variables, if necessary. --- 34,52 ---- #include "constants.h" #include "globals.h" extern void delayed_stuff(void); ! FILE *gv_out; ! FILE *gv_in; ! ! void ! gv_stream_init() ! { ! gv_out = stdout; ! gv_in = stdin; ! } /* * gv_init_proc * * Call to initialize any variables, if necessary.