diff src/ChangeLog @ 7913:f46e73bcb85b

toplev.cc (main_loop): undo previous change; input.cc (get_debug_input): don't delete global_command here
author John W. Eaton <jwe@octave.org>
date Wed, 09 Jul 2008 18:03:10 -0400
parents 75df1f0b4c9d
children e998e81224b5
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 09 16:16:19 2008 -0400
+++ b/src/ChangeLog	Wed Jul 09 18:03:10 2008 -0400
@@ -1,5 +1,8 @@
 2008-07-09  John W. Eaton  <jwe@octave.org>
 
+	* input.cc (get_debug_input): Don't delete global_command here.
+	* toplev.cc (main_loop): Undo previous change.
+
 	* toplev.h (octave_call_stack::instance_ok): Push top scope when
 	creating instance.