comparison src/toplev.cc @ 5102:b04b30d30c66

[project @ 2004-12-28 01:59:05 by jwe]
author jwe
date Tue, 28 Dec 2004 01:59:05 +0000
parents 69b822a4129c
children 0f9108f298ab
comparison
equal deleted inserted replaced
5101:9b1af8135ecd 5102:b04b30d30c66
64 #include "parse.h" 64 #include "parse.h"
65 #include "pathsearch.h" 65 #include "pathsearch.h"
66 #include "procstream.h" 66 #include "procstream.h"
67 #include "ov.h" 67 #include "ov.h"
68 #include "pt-jump.h" 68 #include "pt-jump.h"
69 #include "pt-plot.h"
70 #include "pt-stmt.h" 69 #include "pt-stmt.h"
71 #include "sighandlers.h" 70 #include "sighandlers.h"
72 #include "sysdep.h" 71 #include "sysdep.h"
73 #include "syswait.h" 72 #include "syswait.h"
74 #include "toplev.h" 73 #include "toplev.h"
556 555
557 // XXX FIXME XXX -- is this needed? Can it cause any trouble? 556 // XXX FIXME XXX -- is this needed? Can it cause any trouble?
558 raw_mode (0); 557 raw_mode (0);
559 558
560 command_history::clean_up_and_save (); 559 command_history::clean_up_and_save ();
561
562 close_plot_stream ();
563 560
564 close_files (); 561 close_files ();
565 562
566 cleanup_tmp_files (); 563 cleanup_tmp_files ();
567 564