diff src/variables.cc @ 2898:8303749672be

[project @ 1997-04-28 20:50:36 by jwe]
author jwe
date Mon, 28 Apr 1997 20:50:37 +0000
parents f1c5f8151397
children 5ed088015839
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -80,6 +80,7 @@
 #include "pt-id.h"
 #include "pt-indir.h"
 #include "pt-mat.h"
+#include "pt-misc.h"
 #include "pt-plot.h"
 #include "pr-output.h"
 #include "syscalls.h"
@@ -300,7 +301,7 @@
 	{
 	  int parse_status;
 
-	  eval_string (cmd, 0, parse_status);
+	  eval_string (cmd, true, parse_status);
 
 	  if (parse_status == 0)
 	    {
@@ -749,7 +750,7 @@
 	  Vsaving_history = 0;
 	  reading_script_file = 1;
 
-	  parse_and_execute (ffile, 1);
+	  parse_and_execute (ffile);
 
 	  script_file_executed = 1;
 	}
@@ -1716,6 +1717,7 @@
   symbols_of_parse ();
   symbols_of_pr_output ();
   symbols_of_pt_mat ();
+  symbols_of_pt_misc ();
   symbols_of_pt_plot ();
   symbols_of_syscalls ();
   symbols_of_toplev ();