changeset 14793:955a9f63a35e

pt-except.h (class tree_unwind_protect): Correct comments.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Jun 2012 15:03:32 -0400
parents a52b03df22cb
children 3ddb62bd67c5
files src/pt-except.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-except.h
+++ b/src/pt-except.h
@@ -137,13 +137,13 @@
   // body of code.
   tree_statement_list *cleanup_code;
 
-  // Comment preceding TRY token.
+  // Comment preceding UNWIND_PROTECT token.
   octave_comment_list *lead_comm;
 
-  // Comment preceding CATCH token.
+  // Comment preceding UNWIND_PROTECT_CLEANUP token.
   octave_comment_list *mid_comm;
 
-  // Comment preceding END_TRY_CATCH token.
+  // Comment preceding END_UNWIND_PROTECT token.
   octave_comment_list *trail_comm;
 
   // No copying!