diff src/pt-except.cc @ 3585:d9803711e047

[project @ 2000-02-08 04:35:39 by jwe]
author jwe
date Tue, 08 Feb 2000 04:35:47 +0000
parents aa31644d9779
children 0689afb1d001
line wrap: on
line diff
--- a/src/pt-except.cc
+++ b/src/pt-except.cc
@@ -102,6 +102,9 @@
       // For restoring buffer_error_messages.
       if (catch_code)
 	unwind_protect::run ();
+
+      // Also clear the frame marker.
+      unwind_protect::discard ();
     }
 }