=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/mif.trm,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/term/Attic/mif.trm 2000/01/22 14:16:27 1.1.1.2 +++ OpenXM_contrib/gnuplot/term/Attic/mif.trm 2003/09/15 07:09:37 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: mif.trm,v 1.1.1.2 2000/01/22 14:16:27 maekawa Exp $ + * $Id: mif.trm,v 1.1.1.3 2003/09/15 07:09:37 ohara Exp $ */ /* GNUPLOT -- mif.trm */ @@ -137,10 +137,6 @@ static void mif_put_point __PROTO((unsigned int x, uns /* Declared in ../setshow.c */ extern char term_options[]; -/* From version.c */ -extern char version[]; -extern char patchlevel[]; - static struct mif_line { /* Line point structure specification */ float fpos_x; /* Line point X coordinate */ float fpos_y; /* Y coordinate */ @@ -464,7 +460,7 @@ TERM_PUBLIC void MIF_init() \t>\n\ >\n\ #\n", - version, patchlevel, + gnuplot_version, gnuplot_patchlevel, zgnuplot, MIF_PSIZE, zgnuplotp, zgnuplotd); @@ -881,7 +877,7 @@ START_HELP(mif) " `polyline` plots curves as continuous curves and `vectors` plots curves as", " collections of vectors.", " `help` and `?` print online help on standard error output---both print a", -" short description of the usage; `help` also lists the options;", +" short description of the usage; `help` also lists the options.", "", " Examples:", " set term mif colour polylines # defaults",