diff src/pt-plot.cc @ 2614:ae47b0911863

[project @ 1997-01-21 03:57:46 by jwe]
author jwe
date Tue, 21 Jan 1997 03:57:47 +0000
parents 00163160cf66
children 18395aaeafb7
line wrap: on
line diff
--- a/src/pt-plot.cc	Tue Jan 21 03:53:18 1997 +0000
+++ b/src/pt-plot.cc	Tue Jan 21 03:57:47 1997 +0000
@@ -91,7 +91,10 @@
 static bool clear_before_plotting = true;
 
 // List of files to delete when we exit or crash.
-static SLStack <string> tmp_files;
+//
+// XXX FIXME XXX -- this should really be static, but that causes
+// problems on some systems.
+SLStack <string> tmp_files;
 
 // Pipe to gnuplot.
 static oprocstream *plot_stream = 0;