changeset 3478:32dd5d5e8c8f

[project @ 2000-01-26 03:01:58 by jwe]
author jwe
date Wed, 26 Jan 2000 03:01:58 +0000
parents 4b79cb009dd4
children 19e0f69da41e
files src/ChangeLog src/pt-pr-code.cc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 26 00:55:23 2000 +0000
+++ b/src/ChangeLog	Wed Jan 26 03:01:58 2000 +0000
@@ -1,5 +1,8 @@
 2000-01-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* pt-pr-code.cc (tree_print_code::visit_unwind_protect_command): 
+	Print `unwind_protect_cleanup', not `cleanup_code'.
+
 	* pager.cc (octave_pager_buf::flush_current_contents_to_diary):
 	New function.
 	(octave_pager_stream::flush_current_contents_to_diary):
--- a/src/pt-pr-code.cc	Wed Jan 26 00:55:23 2000 +0000
+++ b/src/pt-pr-code.cc	Wed Jan 26 03:01:58 2000 +0000
@@ -1055,7 +1055,7 @@
 
   indent ();
 
-  os << "cleanup_code";
+  os << "unwind_protect_cleanup";
 
   newline ();