Mercurial > hg > octave-jordi
diff src/variables.cc @ 2806:187d5321cfa3
[project @ 1997-03-11 05:13:15 by jwe]
author | jwe |
---|---|
date | Tue, 11 Mar 1997 05:13:25 +0000 |
parents | bca5fbab2e52 |
children | 60ae49e1284f |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -101,7 +101,7 @@ // Should Octave always check to see if function files have changed // since they were last compiled? -static bool Vignore_function_time_stamp; +static int Vignore_function_time_stamp; // TRUE if we are saving history. static int Vsaving_history; @@ -1667,6 +1667,7 @@ symbols_of_pt_mat (); symbols_of_pt_plot (); symbols_of_syscalls (); + symbols_of_toplev (); symbols_of_value (); symbols_of_variables (); }