diff src/parse.y @ 5400:c7e3cf2fce3e

[project @ 2005-07-05 15:01:32 by jwe]
author jwe
date Tue, 05 Jul 2005 15:01:32 +0000
parents b12c0f920da0
children e2f85b298a74
line wrap: on
line diff
--- a/src/parse.y
+++ b/src/parse.y
@@ -1478,6 +1478,10 @@
       error (fmt, type, "endwhile", l, c); 
       break;
 
+    case token::try_catch_end:
+      error (fmt, type, "end_try_catch", l, c); 
+      break;
+
     case token::unwind_protect_end:
       error (fmt, type, "end_unwind_protect", l, c); 
       break;