=================================================================== RCS file: /home/cvs/OpenXM/src/gnuplot/Attic/plot.c.diff,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/gnuplot/Attic/plot.c.diff 2000/01/07 18:03:25 1.1 +++ OpenXM/src/gnuplot/Attic/plot.c.diff 2000/02/01 10:24:12 1.2 @@ -1,8 +1,7 @@ $OpenXM$ -diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c ---- gnuplot-3.7.orig/plot.c Thu Dec 10 00:24:14 1998 -+++ gnuplot-3.7/plot.c Mon Nov 15 06:25:57 1999 +--- plot.c.orig Tue Feb 1 19:09:06 2000 ++++ plot.c Tue Feb 1 19:09:12 2000 @@ -42,6 +42,23 @@ #include "fnproto.h" #include @@ -27,7 +26,7 @@ diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c #if defined(MSDOS) || defined(DOS386) || defined(__EMX__) # include #endif -@@ -271,6 +288,7 @@ +@@ -321,6 +338,7 @@ int argc; char **argv; { @@ -35,9 +34,9 @@ diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c #ifdef LINUXVGA LINUX_setup(); #endif -@@ -474,8 +492,12 @@ +@@ -527,8 +545,12 @@ - /* interactive = FALSE; /* should this be here? */ + /* interactive = FALSE; */ /* should this be here? */ - } else - load_file(fopen(*argv, "r"), *argv, FALSE); @@ -50,7 +49,7 @@ diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c } #ifdef _Windows if (noend) { -@@ -672,3 +694,308 @@ +@@ -725,3 +747,308 @@ return 0; } #endif